exlibris-fed / exlibris

MIT License
4 stars 0 forks source link

Add vue/js linting #44

Closed Sigafoos closed 4 years ago

Sigafoos commented 4 years ago

This uses the "standard" js linter (https://standardjs.com). Running npm run lint will now check for warnings/errors and fail if any are found: to use eslint's automatic fixing, run npm run fix.

This also adds a second step to the Build GitHub action, which runs the lint command.

Fixes #35

Sigafoos commented 4 years ago

lint-app will be required if this is merged.