mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28:19 +01:00
Update ESLint version and add new dev dependency
This commit is contained in:
parent
0bd9d90a2c
commit
cadceeb792
5
.github/workflows/eslint.yml
vendored
5
.github/workflows/eslint.yml
vendored
|
|
@ -40,11 +40,6 @@ jobs:
|
|||
run: |
|
||||
bun prisma generate
|
||||
|
||||
- name: Install ESLint
|
||||
run: |
|
||||
bun install -g eslint@8.10.0
|
||||
bun install -g @microsoft/eslint-formatter-sarif@2.1.7
|
||||
|
||||
- name: Run ESLint
|
||||
run: |
|
||||
bunx eslint . --config .eslintrc.cjs --ext .js,.jsx,.ts,.tsx --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@
|
|||
],
|
||||
"devDependencies": {
|
||||
"@julr/unocss-preset-forms": "^0.0.5",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@types/html-to-text": "^9.0.3",
|
||||
"@types/jsonld": "^1.5.9",
|
||||
"@typescript-eslint/eslint-plugin": "^6.6.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue