Skip to content

Commit

Permalink
path to config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Early committed Nov 3, 2023
1 parent 91fd894 commit 3c7a711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
"parserOptions": {
"ecmaVersion": 8,
"sourceType": "module",
"requireConfigFile": false
"babelOptions": {
"configFile": "./.babelrc"
}
},
"extends": "eslint:recommended",
"rules": {
Expand Down

0 comments on commit 3c7a711

Please sign in to comment.