You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when using nullish-coalescing-operator in code, vue-cli-service lint throw error because of eslint
this.empty2 ?? 'empty2'
What is expected?
Expected eslint run ok
What is actually happening?
Error: unreachable
at CodePathState.popChoiceContext (/Users/luxueyan/bitmain/data-tag-frontend/node_modules/@vue/cli-plugin-eslint/node_modules/eslint/lib/code-path-analysis/code-path-state.js:444:23)
at processCodePathToExit (/Users/luxueyan/bitmain/data-tag-frontend/node_modules/@vue/cli-plugin-eslint/node_modules/eslint/lib/code-path-analysis/code-path-analyzer.js:434:19)
Upgrade eslint (babel-eslint) version is ok
The text was updated successfully, but these errors were encountered:
Version
3.0.5
Node and OS info
node v8.10.0 / yarn 1.9.4 / macos 10.12.6
Steps to reproduce
when using nullish-coalescing-operator in code, vue-cli-service lint throw error because of eslint
What is expected?
Expected eslint run ok
What is actually happening?
Error: unreachable
at CodePathState.popChoiceContext (/Users/luxueyan/bitmain/data-tag-frontend/node_modules/@vue/cli-plugin-eslint/node_modules/eslint/lib/code-path-analysis/code-path-state.js:444:23)
at processCodePathToExit (/Users/luxueyan/bitmain/data-tag-frontend/node_modules/@vue/cli-plugin-eslint/node_modules/eslint/lib/code-path-analysis/code-path-analyzer.js:434:19)
Upgrade eslint (babel-eslint) version is ok
The text was updated successfully, but these errors were encountered: