Skip to content

Commit

Permalink
Do not disable @typescript-eslint/unbound-method in ui plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
karolis-zukauskas committed Dec 6, 2024
1 parent 3126ed1 commit fc17a4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions dist/configs/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ module.exports =
}
],
"@itwin/react-set-stage-usage": ["error", { "updater-only": false, "allow-object": true }],
"@typescript-eslint/unbound-method": "off",
"react/prop-types": "off",
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "error",
Expand All @@ -49,4 +48,3 @@ module.exports =
}
}
}

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/eslint-plugin",
"version": "5.0.0-dev.2",
"version": "5.0.0-dev.3",
"description": "ESLint plugin with default configuration and custom rules for iTwin.js projects",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit fc17a4d

Please sign in to comment.