Skip to content

Commit

Permalink
Removed semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Nov 11, 2024
1 parent d4f4f13 commit c574012
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import js from '@eslint/js';
import globals from 'globals';
import json from 'eslint-plugin-json';
import js from '@eslint/js'
import globals from 'globals'
import json from 'eslint-plugin-json'

export default [
js.configs.recommended,
Expand All @@ -27,4 +27,4 @@ export default [
},
{ files: ['**/*.mjs'], languageOptions: { sourceType: 'module' }},
{ files: ['**/*.json'], ...json.configs['recommended'] }
];
]

0 comments on commit c574012

Please sign in to comment.