We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c10d8 commit e0722b8Copy full SHA for e0722b8
.eslintrc.js .ORIG-eslintrc.js.eslintrc.js renamed to .ORIG-eslintrc.js
.eslintignore
@@ -0,0 +1 @@
1
+*.d.ts
.eslintrc.json
@@ -0,0 +1,20 @@
+{
2
+ "parser": "@typescript-eslint/parser",
3
+ "parserOptions": {
4
+ "sourceType": "module",
5
+ "ecmaVersion": 2015
6
+ },
7
+ "plugins": [
8
+ "@nativescript",
9
+ "@typescript-eslint"
10
+ ],
11
+ "extends": [
12
+ "eslint:recommended",
13
+ "plugin:@typescript-eslint/recommended"
14
15
+ "rules": {
16
+ "@nativescript/no-nativescript-angular-imports": "warn",
17
+ "@nativescript/no-tns-core-modules-imports": "warn",
18
+ "@nativescript/no-duplicate-ns-imports": "warn"
19
+ }
20
+}
0 commit comments