VUE-CLI for RT
can now be configured to display 2
with the level of warning, rules set on the console. How can it be configured to report an error directly without going through ESLint?
VUE-CLI for RT
can now be configured to display 2
with the level of warning, rules set on the console. How can it be configured to report an error directly without going through ESLint?
because the .eslintrc configuration is placed in package.json, vscode cannot read the eslint configuration, so the code cannot be formatted. how can I configure it? ...