mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Provide lint-local commands to enable use of .eslintrc.local.json supported by #871
This commit is contained in:
parent
c66f685e03
commit
ff70926015
1 changed files with 2 additions and 0 deletions
|
|
@ -272,7 +272,9 @@
|
|||
"compile:integration": "tsc -p tsconfig.integration.json",
|
||||
"install:all": "npm install && cd webview-ui && npm install",
|
||||
"lint": "eslint src --ext ts && npm run lint --prefix webview-ui",
|
||||
"lint-local": "eslint -c .eslintrc.local.json src --ext ts && npm run lint --prefix webview-ui",
|
||||
"lint-fix": "eslint src --ext ts --fix && npm run lint-fix --prefix webview-ui",
|
||||
"lint-fix-local": "eslint -c .eslintrc.local.json src --ext ts --fix && npm run lint-fix --prefix webview-ui",
|
||||
"package": "npm run build:webview && npm run check-types && npm run lint && node esbuild.js --production",
|
||||
"pretest": "npm run compile && npm run compile:integration",
|
||||
"dev": "cd webview-ui && npm run dev",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue