Skip to content

Commit 41288fc

Browse files
committed
fix for eslint scope action
1 parent 5150d53 commit 41288fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wrongsecrets-balancer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Run Capture the Flags and Security Trainings with OWASP Wrongsecrets (based on multijuicer from Iteratec). Requires node18",
55
"main": "src/index.js",
66
"scripts": {
7-
"lint": "eslint --config .eslintrc src/**",
7+
"lint": "eslint src/**",
88
"test": "NODE_ENV=test jest"
99
},
1010
"keywords": [],

0 commit comments

Comments
 (0)