yarn lint my beloved

This commit is contained in:
ThatOneCalculator 2022-05-29 20:19:03 -07:00
parent db86110b97
commit 44c42f1715
3 changed files with 678 additions and 22 deletions

View file

@ -9,12 +9,6 @@ on:
jobs:
lint:
strategy:
matrix:
workspace:
- backend
- client
- sw
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@ -26,5 +20,5 @@ jobs:
node-version: 18.x
- run: corepack enable
- run: yarn install --immutable
- run: yarn workspaces ${{ matrix.workspace }} lint
- run: yarn lint

View file

@ -47,9 +47,12 @@
"devDependencies": {
"@types/gulp": "4.0.9",
"@types/gulp-rename": "2.0.1",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "5.18.0",
"cross-env": "7.0.3",
"cypress": "9.5.3",
"eslint-plugin-import": "latest",
"eslint-plugin-vue": "latest",
"start-server-and-test": "1.14.0",
"typescript": "4.7.2"
}

689
yarn.lock

File diff suppressed because it is too large Load diff