Skip to content

Commit

Permalink
Do not disable @typescript-eslint/unbound-method in ui plugin (#89)
Browse files Browse the repository at this point in the history
* Do not disable @typescript-eslint/unbound-method in ui plugin

* Change files
  • Loading branch information
karolis-zukauskas authored Dec 9, 2024
1 parent 3126ed1 commit 068c42a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "Do not disable @typescript-eslint/unbound-method in ui plugin",
"packageName": "@itwin/eslint-plugin",
"email": "[email protected]",
"dependentChangeType": "patch"
}
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 068c42a

Please sign in to comment.