Skip to content

Commit fe34086

Browse files
committed
Merge branch 'feat/3676-mcp-reload-on-enable' of https://github.com/seedlord/Roo-Code into feat/3676-mcp-reload
2 parents 442ad40 + 999d27b commit fe34086

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

webview-ui/eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export default [
66
{
77
rules: {
88
"@typescript-eslint/no-unused-vars": "off",
9+
"@typescript-eslint/no-unused-expressions": "off",
910
"@typescript-eslint/no-explicit-any": "off",
1011
"react/prop-types": "off",
1112
"react/display-name": "off",

webview-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"scripts": {
6-
"lint": "eslint src --ext=ts,tsx --max-warnings=0",
6+
"lint": "eslint src --max-warnings=0",
77
"check-types": "tsc",
88
"test": "jest -w=40%",
99
"format": "prettier --write src",

0 commit comments

Comments
 (0)