Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 2 additions & 21 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@
"lineEnding": "lf",
"lineWidth": 80,
"attributePosition": "auto",
"includes": [
"**/*",
"!browser/src/routeTree.gen.ts",
"!browser/src/global.css"
]
"includes": ["**/*"]
},
"linter": {
"enabled": true,
Expand Down Expand Up @@ -57,20 +53,5 @@
"parser": {
"cssModules": true
}
},
"overrides": [
{
"includes": ["browser/src/**/*"],
"linter": {
"rules": {
"correctness": {
"useExhaustiveDependencies": "off"
},
"suspicious": {
"noUnknownAtRules": "off"
}
}
}
}
]
}
}
1 change: 0 additions & 1 deletion mcps/chrome-devtools-mcp.mjs

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"build:index": "bun build src/index.ts --external react-devtools-core --minify --outfile dist/index.mjs --target=node",
"build:dts": "npm run build:type && api-extractor run --local --verbose",
"build:post": "bun scripts/post-build.ts",
"build:mcps": "bun scripts/bundleMcps.ts",
"build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:mcps && npm run build:post",
"build": "rm -rf dist dist-dts && npm run build:cli && npm run build:index && npm run build:dts && npm run build:post",
"ci": "npm run typecheck && npm run format && npm run test",
"detect-unused": "bun scripts/detect-unused.ts",
"extension:build": "pnpm --filter neovate-assistant build",
Expand Down Expand Up @@ -97,7 +96,6 @@
"ai": "^5.0.113",
"chalk": "^5.5.0",
"chardet": "^2.1.1",
"chrome-devtools-mcp": "^0.8.1",
"clipboardy": "^5.0.2",
"debug": "^4.4.3",
"defu": "^6.1.4",
Expand Down
Loading
Loading