mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-04-20 08:22:05 +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",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"lint": "eslint --ext .js lib/",
|
"lint": "eslint --ext .js src/",
|
||||||
"lint:fix": "eslint --fix --ext .js lib/",
|
"lint:fix": "eslint --fix --ext .js src/",
|
||||||
"lint:report": "eslint --ext .js --output-file eslint_report.json --format json lib/"
|
"lint:report": "eslint --ext .js --output-file eslint_report.json --format json src/"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"eslint": "^8.30.0",
|
"eslint": "^8.30.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue