Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Aug 13, 2024
1 parent fc8df72 commit e8e5228
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ module.exports = {
'browser': false,
'commonjs': true,
'es6': true,
'jasmine': true,
'jest': true,
'mocha': true,
'es2021': true,
'jasmine': false,
'jest': false,
'mocha': false,
'node': true
},
'extends': 'eslint:recommended',
'parser': '@babel/eslint-parser',
'parserOptions': {
'ecmaVersion': 2021,
'sourceType': 'module',
'requireConfigFile': false
},
Expand Down

0 comments on commit e8e5228

Please sign in to comment.