mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 10:23:25 +00:00
Fix NPM Linting: Change ref from lib/ to src/
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user