Skip to content

Commit fdc93fa

Browse files
committed
Removed semicolons
1 parent e09ca43 commit fdc93fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eslint.config.mjs

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

44
export default [
55
js.configs.recommended,
@@ -19,4 +19,4 @@ export default [
1919
},
2020
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
2121
{ files: ['**/*.json'], ...json.configs['recommended'] }
22-
];
22+
]

0 commit comments

Comments
 (0)