Skip to content

Commit

Permalink
fix: do not use local .eslintrc files (#45)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: local eslintrc files are no longer supported.
  • Loading branch information
brandonocasey committed May 28, 2021
1 parent 977eeeb commit 6f26450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const cli = new CLIEngine({
fix: Boolean(commander.format),
ignorePattern: config.ignore,
cache: true,
useEslintrc: false,
rules
});

Expand Down

0 comments on commit 6f26450

Please sign in to comment.