-
-
Notifications
You must be signed in to change notification settings - Fork 696
Closed
Labels
Description
Tell us about your environment
- ESLint Version: 4.12.0
- eslint-plugin-vue Version: 3.11.0
- Node Version: 8.9.1
Please show your full configuration:
module.exports = {
root: true,
parserOptions: {
parser: 'babel-eslint',
sourceType: 'module'
},
env: {
browser: true,
},
extends: [
'plugin:vue/essential',
'airbnb-base'
],
// required to lint *.vue files
plugins: [
'html'
],
......
}
What did you expect to happen?
Show warnings about no-console
to keep track of them to clean up later
What actually happened? Please include the actual, raw output from ESLint.
Don't show any error of airbnb eslint base