Skip to content

Commit 7d67d56

Browse files
authored
refactor: only one kind of quotes
1 parent d0767d9 commit 7d67d56

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/node-angular/eslint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import eslint from '@eslint/js';
2-
import tseslint from "typescript-eslint";
2+
import tseslint from 'typescript-eslint';
33

44
export default tseslint.config(
55
eslint.configs.recommended,
@@ -8,10 +8,10 @@ export default tseslint.config(
88
files: [
99
'**/*.js',
1010
'**/*.jsx',
11-
"**/*.ts",
11+
'**/*.ts',
1212
],
1313
linterOptions: {
14-
reportUnusedDisableDirectives: "warn"
14+
reportUnusedDisableDirectives: 'warn'
1515
},
1616
ignores: [
1717
'dist/**/*',

0 commit comments

Comments
 (0)