Add typescript and esplugin-react to eslint-config

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-01-21 15:17:46 +04:00
parent a82018a765
commit 6d75d64ba9
2 changed files with 1334 additions and 7 deletions

1337
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,8 +13,12 @@
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.7.0",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.0.0",
"typescript-eslint": "^8.53.1"
},
"devDependencies": {
"typescript": "^5.8.3"
}
}