We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999d27b commit f0596acCopy full SHA for f0596ac
webview-ui/eslint.config.mjs
@@ -6,7 +6,6 @@ export default [
6
{
7
rules: {
8
"@typescript-eslint/no-unused-vars": "off",
9
- "@typescript-eslint/no-unused-expressions": "off",
10
"@typescript-eslint/no-explicit-any": "off",
11
"react/prop-types": "off",
12
"react/display-name": "off",
webview-ui/package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"type": "module",
5
"scripts": {
- "lint": "eslint src --max-warnings=0",
+ "lint": "eslint src --ext=ts,tsx --max-warnings=0",
"check-types": "tsc",
"test": "jest -w=40%",
"format": "prettier --write src",
0 commit comments