We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.eslintignore
1 parent e2f00d2 commit a91649eCopy full SHA for a91649e
packages/@vue/cli-plugin-eslint/index.js
@@ -25,6 +25,7 @@ module.exports = (api, options) => {
25
'.eslintrc.yml',
26
'.eslintrc.json',
27
'.eslintrc',
28
+ '.eslintignore',
29
'package.json'
30
]
31
)
0 commit comments