Skip to content

Commit

Permalink
Try fix eslint babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusGertdenken committed Feb 9, 2022
1 parent 06dac81 commit b2e262b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ module.exports = {
globals: { chayns: true },
rules: { ...sharedRules, ...javascriptRules },
parser: "@babel/eslint-parser",
parserOptions: {
requireConfigFile: false,
},
settings: {
"import/resolver": {
typescript: { project: "@(jsconfig|tsconfig).json" },
Expand Down

0 comments on commit b2e262b

Please sign in to comment.