mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2024-11-29 02:06:07 +00:00
Another try to fix ESLint CI run
This commit is contained in:
parent
ab31247bd8
commit
d024b840bf
2
.github/workflows/eslint.yml
vendored
2
.github/workflows/eslint.yml
vendored
@ -28,4 +28,4 @@ jobs:
|
|||||||
run: npm ci # Use 'npm ci' to install dependencies
|
run: npm ci # Use 'npm ci' to install dependencies
|
||||||
|
|
||||||
- name: eslint # Step to run linters
|
- name: eslint # Step to run linters
|
||||||
run: eslint .
|
run: npm run eslint-ci
|
@ -11,7 +11,8 @@
|
|||||||
"test": "vitest run",
|
"test": "vitest run",
|
||||||
"test:cov": "vitest run --coverage",
|
"test:cov": "vitest run --coverage",
|
||||||
"test:watch": "vitest watch --coverage",
|
"test:watch": "vitest watch --coverage",
|
||||||
"eslint": "eslint --fix ."
|
"eslint": "eslint --fix .",
|
||||||
|
"eslint-ci": "eslint ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.3.0",
|
"@eslint/js": "^9.3.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user