|
|
@@ -3,7 +3,7 @@
|
|
|
"private": true,
|
|
|
"type": "module",
|
|
|
"scripts": {
|
|
|
- "lint": "eslint src --ext .ts,.tsx --max-warnings=0",
|
|
|
+ "lint": "eslint src/**/*.{ts,tsx} --max-warnings=0",
|
|
|
"check-types": "tsc",
|
|
|
"test": "jest -w=40%",
|
|
|
"format": "prettier --write src",
|
|
|
@@ -74,6 +74,8 @@
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"@jest/globals": "^29.7.0",
|
|
|
+ "@roo-code/config-eslint": "workspace:^",
|
|
|
+ "@roo-code/config-typescript": "workspace:^",
|
|
|
"@roo-code/build": "workspace:^",
|
|
|
"@storybook/addon-essentials": "^8.5.6",
|
|
|
"@storybook/blocks": "^8.5.6",
|
|
|
@@ -89,13 +91,7 @@
|
|
|
"@types/shell-quote": "^1.7.5",
|
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
|
"@types/vscode-webview": "^1.57.5",
|
|
|
- "@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
|
- "@typescript-eslint/parser": "^6.21.0",
|
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
|
- "eslint-config-react-app": "^7.0.1",
|
|
|
- "eslint-plugin-react": "^7.33.2",
|
|
|
- "eslint-plugin-react-hooks": "^4.6.0",
|
|
|
- "eslint-plugin-storybook": "^0.12.0",
|
|
|
"identity-obj-proxy": "^3.0.0",
|
|
|
"jest": "^29.7.0",
|
|
|
"jest-environment-jsdom": "^29.7.0",
|