How to use it? Clone repo and install dependencies git clone git@git.musqogee.com:BC/frontend/bcm-app.git npm i Run hot-reload dev server npm run serve Build your project npm run build Test errors npm run lint npm run lint --fix