Skip to content

Commit

Permalink
Change the eslint lint config to look where root is instead of where …
Browse files Browse the repository at this point in the history
…the command is located
  • Loading branch information
oliverlin committed Mar 5, 2021
1 parent 7244ec2 commit 2c4bb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module.exports = {
homepage: pkg.homepage,
eslint: eslint,
eslintConfig: {
configFile: path.join(__dirname, 'eslintrc.json')
configFile: path.join(path.resolve('./'), '.eslintrc.json')
}
}

0 comments on commit 2c4bb01

Please sign in to comment.