mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-01-11 20:10:18 +00:00
Fix NPM Linting: Change ref from lib/ to src/
This commit is contained in:
parent
944b097243
commit
33b30f62ed
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
|||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"build": "vite build",
|
||||
"lint": "eslint --ext .js lib/",
|
||||
"lint:fix": "eslint --fix --ext .js lib/",
|
||||
"lint:report": "eslint --ext .js --output-file eslint_report.json --format json lib/"
|
||||
"lint": "eslint --ext .js src/",
|
||||
"lint:fix": "eslint --fix --ext .js src/",
|
||||
"lint:report": "eslint --ext .js --output-file eslint_report.json --format json src/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^8.30.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue