Skip to content

Commit 8dfab0b

Browse files
committed
chore: eslint fix
1 parent 8784270 commit 8dfab0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.eslintrc.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ module.exports = {
1212
},
1313
rules: {
1414
'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",
15+
'@nativescript/no-nativescript-angular-imports': 'warn',
16+
'@nativescript/no-tns-core-modules-imports': 'warn',
17+
'@nativescript/no-duplicate-ns-imports': 'warn',
1818
'@typescript-eslint/adjacent-overload-signatures': 'error',
1919
'@typescript-eslint/array-type': 'error',
2020
'@typescript-eslint/await-thenable': 'error',

0 commit comments

Comments
 (0)