Add ESLint

This commit is contained in:
Simon Ser
2024-09-28 21:45:45 +02:00
parent 97920ff7f6
commit 7c445d0bc9
4 changed files with 1045 additions and 8 deletions

View File

@@ -10,7 +10,12 @@ tasks:
- setup: |
cd gamja
npm install --include=dev
- build: |
cd gamja
npm run build
- lint: |
cd gamja
npm run lint
- deploy: |
cd gamja/dist
[ "$(git rev-parse HEAD)" = "$(git rev-parse origin/master)" ] || complete-build