We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
15.2.4
https://bitbucket.org/yegor_sytnyk/vue_cli_eslint_bug/src/master/
Move script part of vue component into separate JS file (HelloWorld.vue.js)
Reference in main component (HelloWorld.vue: <script src="./HelloWorld.vue.js'></script>)
Add code which violete ESLint rules
(using vue-cli)
original issue here: vuejs/vue-cli#1602 (comment)
o see warning/error report in a console (via vue-cli)
Nothing is reported (code is not checked)
The original issue was opened for vue-cli
as it was referenced by @Akryum, it seems to be vue-loader issue
The text was updated successfully, but these errors were encountered:
6f1d404
No branches or pull requests
Version
15.2.4
Reproduction link
https://bitbucket.org/yegor_sytnyk/vue_cli_eslint_bug/src/master/
Steps to reproduce
Move script part of vue component into separate JS file (HelloWorld.vue.js)
Reference in main component (HelloWorld.vue: <script src="./HelloWorld.vue.js'></script>)
Add code which violete ESLint rules
(using vue-cli)
original issue here: vuejs/vue-cli#1602 (comment)
What is expected?
o see warning/error report in a console (via vue-cli)
What is actually happening?
Nothing is reported (code is not checked)
The original issue was opened for vue-cli
as it was referenced by @Akryum, it seems to be vue-loader issue
The text was updated successfully, but these errors were encountered: