Another try to fix ESLint CI run
This commit is contained in:
parent
ab31247bd8
commit
d024b840bf
|
@ -28,4 +28,4 @@ jobs:
|
|||
run: npm ci # Use 'npm ci' to install dependencies
|
||||
|
||||
- name: eslint # Step to run linters
|
||||
run: eslint .
|
||||
run: npm run eslint-ci
|
|
@ -11,7 +11,8 @@
|
|||
"test": "vitest run",
|
||||
"test:cov": "vitest run --coverage",
|
||||
"test:watch": "vitest watch --coverage",
|
||||
"eslint": "eslint --fix ."
|
||||
"eslint": "eslint --fix .",
|
||||
"eslint-ci": "eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.3.0",
|
||||
|
|
Loading…
Reference in New Issue