Skip to content

Commit

Permalink
fix: modify eslint config for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
front-end-captain committed Jun 25, 2021
1 parent fe83ae1 commit 0e8b0d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/.eslintrc
Expand Up @@ -13,7 +13,7 @@
"parserOptions": {
"ecmaVersion": 2018,
"babelOptions": {
"configFile": "./babel.config.json"
"configFile": "../babel.config.json"
}
},
"rules": {
Expand Down

0 comments on commit 0e8b0d4

Please sign in to comment.