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 8784270 commit 8dfab0bCopy full SHA for 8dfab0b
.eslintrc.js
@@ -12,9 +12,9 @@ module.exports = {
12
},
13
rules: {
14
'prettier/prettier': 'warn',
15
- "@nativescript/no-nativescript-angular-imports": "warn",
16
- "@nativescript/no-tns-core-modules-imports": "warn",
17
- "@nativescript/no-duplicate-ns-imports": "warn",
+ '@nativescript/no-nativescript-angular-imports': 'warn',
+ '@nativescript/no-tns-core-modules-imports': 'warn',
+ '@nativescript/no-duplicate-ns-imports': 'warn',
18
'@typescript-eslint/adjacent-overload-signatures': 'error',
19
'@typescript-eslint/array-type': 'error',
20
'@typescript-eslint/await-thenable': 'error',
0 commit comments