Skip to content

Commit 3c7a711

Browse files
author
Alexander Early
committed
path to config file
1 parent 91fd894 commit 3c7a711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.eslintrc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"parserOptions": {
99
"ecmaVersion": 8,
1010
"sourceType": "module",
11-
"requireConfigFile": false
11+
"babelOptions": {
12+
"configFile": "./.babelrc"
13+
}
1214
},
1315
"extends": "eslint:recommended",
1416
"rules": {

0 commit comments

Comments
 (0)