From fc17a4d219a4e37ee4f6ca4b80224f7b9e92d0a1 Mon Sep 17 00:00:00 2001 From: Karolis Zukauskas <36916096+karolis-zukauskas@users.noreply.github.com> Date: Fri, 6 Dec 2024 12:32:01 +0200 Subject: [PATCH] Do not disable @typescript-eslint/unbound-method in ui plugin --- dist/configs/ui.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/dist/configs/ui.js b/dist/configs/ui.js index 8ca9f3f..9b9612f 100644 --- a/dist/configs/ui.js +++ b/dist/configs/ui.js @@ -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", @@ -49,4 +48,3 @@ module.exports = } } } - diff --git a/package.json b/package.json index 7e8850b..06790e6 100644 --- a/package.json +++ b/package.json @@ -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": [