yarn lint my beloved
This commit is contained in:
parent
db86110b97
commit
44c42f1715
3 changed files with 678 additions and 22 deletions
8
.github/workflows/lint.yml
vendored
8
.github/workflows/lint.yml
vendored
|
@ -9,12 +9,6 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
strategy:
|
|
||||||
matrix:
|
|
||||||
workspace:
|
|
||||||
- backend
|
|
||||||
- client
|
|
||||||
- sw
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
@ -26,5 +20,5 @@ jobs:
|
||||||
node-version: 18.x
|
node-version: 18.x
|
||||||
- run: corepack enable
|
- run: corepack enable
|
||||||
- run: yarn install --immutable
|
- run: yarn install --immutable
|
||||||
- run: yarn workspaces ${{ matrix.workspace }} lint
|
- run: yarn lint
|
||||||
|
|
||||||
|
|
|
@ -47,9 +47,12 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/gulp": "4.0.9",
|
"@types/gulp": "4.0.9",
|
||||||
"@types/gulp-rename": "2.0.1",
|
"@types/gulp-rename": "2.0.1",
|
||||||
|
"@typescript-eslint/eslint-plugin": "latest",
|
||||||
"@typescript-eslint/parser": "5.18.0",
|
"@typescript-eslint/parser": "5.18.0",
|
||||||
"cross-env": "7.0.3",
|
"cross-env": "7.0.3",
|
||||||
"cypress": "9.5.3",
|
"cypress": "9.5.3",
|
||||||
|
"eslint-plugin-import": "latest",
|
||||||
|
"eslint-plugin-vue": "latest",
|
||||||
"start-server-and-test": "1.14.0",
|
"start-server-and-test": "1.14.0",
|
||||||
"typescript": "4.7.2"
|
"typescript": "4.7.2"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue