Skip to content

Commit

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

0 comments on commit 91fd894

Please sign in to comment.