Can I change Linter after creating the project?
-
I used quasar cli to start a new project, and, probably, choosen standard configuration of eslint.
I’d like to switch to prettier, because all team use prettier extension on vscode and actually the dev build linter warns about errors not catched by prettier on vscode…
SO, where and how is setup the linter?
-
The file
.eslintrc.js
is there at the root of your project to configure eslint.Scott