Skip to content

Commit

Permalink
fix invalid eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yle committed Dec 26, 2024
1 parent 54c2a7d commit cd32942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-check
import js from '@eslint/js';
import globals from 'globals';

Expand All @@ -11,7 +12,6 @@ export default [
globals: {
...globals.browser,
...globals.node,
...globals.es6
}
},
rules: {
Expand Down

0 comments on commit cd32942

Please sign in to comment.