Add ESLint and fix issues #133

Merged
Vylpes merged 7 commits from feature/49-eslint into develop 2024-01-05 19:26:44 +00:00
Showing only changes of commit 7ea9c24e31 - Show all commits

View file

@ -54,6 +54,11 @@ steps:
- npm ci
- npm run build
- name: lint
image: node
commands:
- npm run lint
- name: test
image: node
commands: