Skip to content

Commit a91649e

Browse files
authored
fix(eslint): invalidate the cache when .eslintignore changes (#5455)
1 parent e2f00d2 commit a91649e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-plugin-eslint/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = (api, options) => {
2525
'.eslintrc.yml',
2626
'.eslintrc.json',
2727
'.eslintrc',
28+
'.eslintignore',
2829
'package.json'
2930
]
3031
)

0 commit comments

Comments
 (0)