Skip to content

Commit f0596ac

Browse files
committed
revert eslint changes
1 parent 999d27b commit f0596ac

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

webview-ui/eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default [
66
{
77
rules: {
88
"@typescript-eslint/no-unused-vars": "off",
9-
"@typescript-eslint/no-unused-expressions": "off",
109
"@typescript-eslint/no-explicit-any": "off",
1110
"react/prop-types": "off",
1211
"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 --max-warnings=0",
6+
"lint": "eslint src --ext=ts,tsx --max-warnings=0",
77
"check-types": "tsc",
88
"test": "jest -w=40%",
99
"format": "prettier --write src",

0 commit comments

Comments
 (0)