-
-
Couldn't load subscription status.
- Fork 695
Closed
Labels
Description
Tell us about your environment
- **ESLint Version:^5.3.0
- **eslint-plugin-vue Version:^5.0.0-beta.2
- Node Version:
**Please show your full configuration:v8.11.1
"eslintConfig": {
"parserOptions": {
"parser": "babel-eslint",
"sourceType": "module"
},
"extends": [
"plugin:vue/recommended",
"standard"
]
}
What did you do? Please include the actual source code causing the issue.
alert(1)
What did you expect to happen?
throw error like 'alert' is not defined no-undef
What actually happened? Please include the actual, raw output from ESLint.
just ignore