How to add eslint to a current project?
-
I have create a project with Quasar CLI but I did not add Eslint at that moment.
Now I have changed my mind, is there some command to add Eslint to a existing Quasar project? -
I would just create a new project with Quasar CLI and copy the eslint deps from package.json and some other files in your other project.