Skip to content

Commit

Permalink
parserOptions in .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fjsj committed Nov 28, 2023
1 parent 729df5b commit a9d8223
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ module.exports = {
browser: true,
jest: true
},
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
parser: '@babel/eslint-parser',
},
settings: {
'import/resolver': {
webpack: {
Expand Down

0 comments on commit a9d8223

Please sign in to comment.