Skip to content

Commit

Permalink
fix(eslint): invalidate the cache when .eslintignore changes (#5455)
Browse files Browse the repository at this point in the history
  • Loading branch information
godkun committed May 11, 2020
1 parent e2f00d2 commit a91649e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@vue/cli-plugin-eslint/index.js
Expand Up @@ -25,6 +25,7 @@ module.exports = (api, options) => {
'.eslintrc.yml',
'.eslintrc.json',
'.eslintrc',
'.eslintignore',
'package.json'
]
)
Expand Down

0 comments on commit a91649e

Please sign in to comment.