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 d0767d9 commit 7d67d56Copy full SHA for 7d67d56
templates/node-angular/eslint.config.mjs
@@ -1,5 +1,5 @@
1
import eslint from '@eslint/js';
2
-import tseslint from "typescript-eslint";
+import tseslint from 'typescript-eslint';
3
4
export default tseslint.config(
5
eslint.configs.recommended,
@@ -8,10 +8,10 @@ export default tseslint.config(
8
files: [
9
'**/*.js',
10
'**/*.jsx',
11
- "**/*.ts",
+ '**/*.ts',
12
],
13
linterOptions: {
14
- reportUnusedDisableDirectives: "warn"
+ reportUnusedDisableDirectives: 'warn'
15
},
16
ignores: [
17
'dist/**/*',
0 commit comments