Compilation fails after creating new project with ESLint and Airbnb standard
-
Hello, new to Quasar and ran into a minor hiccup getting my first project initialized and running on a dev server. Using the cli, I chose to use ESLint with the Airbnb standard. The project appeared to initialize just fine, but upon running
quasar dev
received several compilation errors. Most of the errors were simple missing semicolons or extra commas that were easy to fix witheslint --fix <source>
. I was expecting the project to run immediately without any errors, but is this behavior currently expected?