-
-
Notifications
You must be signed in to change notification settings - Fork 691
Closed
Description
Checklist
- I have tried restarting my IDE and the issue persists.
- I have read the FAQ and my problem is not listed.
Tell us about your environment
- ESLint version: 6.8.0
- eslint-plugin-vue version: 7.0.0-0
- Node version: 12.14.1
- Operating System: Ubuntu 20.04.1 LTS
Please show your full configuration:
module.exports = {
root: true,
env: {
node: true
},
extends: ['plugin:vue/vue3-essential', 'eslint:recommended', '@vue/prettier'],
parser: 'vue-eslint-parser',
parserOptions: {
parser: 'babel-eslint'
},
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off'
}
};
What did you do?
Just created project with vue create
What did you expect to happen?
No linting errors
What actually happened?
error: clear (vue/comment-directive) at public/index.html:21:8:
19 | <!-- built files will be auto injected -->
20 | </body>
> 21 | </html>
| ^
22 |
kazuma0129, p2well, want2012, dsnjunior, kawazoe and 6 more
Metadata
Metadata
Assignees
Labels
No labels