Skip to content

Commit

Permalink
Update @typescript-eslint/eslint-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
OstafinL committed Nov 30, 2024
1 parent 1192624 commit 3923740
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
11 changes: 8 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,18 @@ module.exports = {
{
files: ["*.ts", "*.tsx"],
parserOptions: {
project: "./tseslint.json",
project: './tsconfig.eslint.json',
},
plugins: ["react", "@typescript-eslint"],
extends: ["plugin:@typescript-eslint/recommended-type-checked"],
extends: [
"eslint:recommended",
"plugin:@typescript-eslint/strict-type-checked",
"plugin:@typescript-eslint/stylistic-type-checked"
],
rules: {
...baseRules,
...{
"@typescript-eslint/no-unsafe-type-assertion": "error",
"@typescript-eslint/no-inferrable-types": "off",
"react/style-prop-object": "error",
"react/require-default-props": "off"
}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"repository": "[email protected]:ibexa/eslint-config-ibexa.git",
"private": true,
"dependencies": {
"@typescript-eslint/eslint-plugin": "8.10.0",
"@typescript-eslint/parser": "8.10.0",
"@typescript-eslint/eslint-plugin": "8.16.0",
"@typescript-eslint/parser": "8.16.0",
"typescript": "5.6.3",
"eslint": "8.55",
"eslint-plugin-react": "7.33.2",
Expand Down

0 comments on commit 3923740

Please sign in to comment.