Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
pdavide committed Nov 30, 2021
1 parent 30f0399 commit 0f06550
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ module.exports = {
"globals": {
"axios": "readonly"
},
"parser": "@babel/eslint-parser"
"parser": "@babel/eslint-parser",
"parserOptions": {
"requireConfigFile": false,
}
};

0 comments on commit 0f06550

Please sign in to comment.