Skip to content

Commit

Permalink
adds requireConfigFile
Browse files Browse the repository at this point in the history
this enables brief configs in the package.json file
  • Loading branch information
frabarz committed Jun 24, 2021
1 parent f758dfd commit f450d41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module.exports = {
parser: "@babel/eslint-parser",
parserOptions: {
sourceType: "module",
requireConfigFile: false,
ecmaFeatures: {
experimentalObjectRestSpread: true,
jsx: true
Expand Down

0 comments on commit f450d41

Please sign in to comment.