Skip to content

Commit

Permalink
fix: update files for eslint@8
Browse files Browse the repository at this point in the history
  • Loading branch information
shazron committed Apr 13, 2023
1 parent 9a7db65 commit a889b82
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ module.exports = {
env: {
'jest/globals': true
},
"parserOptions": {
"ecmaVersion": 2018
},
"globals": {
"fixtureFile": true
parserOptions: {
ecmaVersion: 2018
},
globals: {
fixtureFile: true
},
extends: ['plugin:jest/recommended', 'standard']
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"babel-runtime": "^6.26.0",
"eslint": "^6.2.2",
"eslint": "^8.38.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "23.13.2",
Expand Down

0 comments on commit a889b82

Please sign in to comment.