Skip to content

Commit dbbd7af

Browse files
committed
update
1 parent a5b26d8 commit dbbd7af

3 files changed

Lines changed: 38 additions & 3 deletions

File tree

.github/workflows/security.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,6 @@ jobs:
9696

9797
- run: npm ci
9898

99-
- name: Install security plugin
100-
run: npm install --no-save eslint-plugin-security
101-
10299
- name: Run security lint
103100
run: npx eslint src/ --config eslint.security.config.mjs --format stylish
104101

package-lock.json

Lines changed: 37 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
"@vitest/coverage-v8": "^2.1.4",
6060
"eslint": "^9.14.0",
6161
"eslint-config-prettier": "^9.1.0",
62+
"eslint-plugin-security": "^4.0.1",
6263
"globals": "^15.12.0",
6364
"msw": "^2.14.3",
6465
"prettier": "^3.3.3",

0 commit comments

Comments
 (0)