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 e09ca43 commit fdc93faCopy full SHA for fdc93fa
eslint.config.mjs
@@ -1,5 +1,5 @@
1
-import js from '@eslint/js';
2
-import json from 'eslint-plugin-json';
+import js from '@eslint/js'
+import json from 'eslint-plugin-json'
3
4
export default [
5
js.configs.recommended,
@@ -19,4 +19,4 @@ export default [
19
},
20
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
21
{ files: ['**/*.json'], ...json.configs['recommended'] }
22
-];
+]
0 commit comments