Skip to content

Commit

Permalink
Update eslint.config.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Sep 28, 2024
1 parent 369e0d5 commit ed279a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import globals from 'globals';
import neostandard, { plugins as neostdplugins } from 'neostandard';

export default [
{
ignores: ['src/lib', 'src/web-ext-config.cjs']
},
jsdoc.configs['flat/recommended'],
regexp.configs['flat/recommended'],
...neostandard({
Expand All @@ -23,10 +20,10 @@ export default [
reportUnusedDisableDirectives: true
},
languageOptions: {
ecmaVersion: 'latest',
globals: {
...globals.node
},
ecmaVersion: 'latest',
sourceType: 'module'
},
rules: {
Expand Down

0 comments on commit ed279a3

Please sign in to comment.