Add Linting
Todos:
-
Configure standard via eslint -
Configure eslint to be able to lint vuejs -
Provide npm run lint
to lint changed and added files per commit -
Configure CI pipeline -
Split linting from running tests ( vue-cli-service test:unit
runs both)
Edited by Georg Krause