Skip to content

Commit

Permalink
feat(lint): allow lint config via eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
dignifiedquire committed Jul 9, 2017
1 parent adbfa41 commit dce396c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lint.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const FILES = [
function lint (opts) {
return new Promise((resolve, reject) => {
const cli = new CLIEngine({
useEslintrc: false,
useEslintrc: true,
configFile: CONFIG_FILE,
fix: opts.fix
})
Expand Down

0 comments on commit dce396c

Please sign in to comment.