diff --git a/.eslintrc b/.eslintrc index 936854d1..666c8e53 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,7 +12,6 @@ "react", "prettier", "import", - "no-constructor-bind", "@typescript-eslint", "react-hooks", "eslint-plugin-local-rules" @@ -164,7 +163,6 @@ "import/no-extraneous-dependencies": "error", "import/no-named-as-default-member": "error", "import/no-unresolved": "error", - "no-constructor-bind/no-constructor-bind": "error", "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "error" } diff --git a/package.json b/package.json index 1abd7f8e..d71851c2 100644 --- a/package.json +++ b/package.json @@ -94,7 +94,6 @@ "eslint": "^6.5.1", "eslint-plugin-import": "^2.18.2", "eslint-plugin-local-rules": "^0.1.1", - "eslint-plugin-no-constructor-bind": "^1.2.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.16.0", "file-loader": "^2.0.0", diff --git a/yarn.lock b/yarn.lock index 61ed7375..5f240e25 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3971,12 +3971,6 @@ eslint-plugin-local-rules@^0.1.1: resolved "https://registry.yarnpkg.com/eslint-plugin-local-rules/-/eslint-plugin-local-rules-0.1.1.tgz#4fa5921389383f10cc1e6cfeb1c24e11597e8cef" integrity sha512-+Wlic7MSxhVeGJT7a8vf7thVnzlRiessyHNaaOFT7PFlQS6Ff1oMO9vD803CSI5y6Nhu/+f+bVWGUDf8SRDxvg== -eslint-plugin-no-constructor-bind@^1.2.1: - version "1.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-no-constructor-bind/-/eslint-plugin-no-constructor-bind-1.2.1.tgz#1bb0237465aa90c3e44e0f7507a4d36b7b5153c1" - dependencies: - requireindex "~1.1.0" - eslint-plugin-prettier@^3.1.0: version "3.1.0" resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.1.0.tgz#8695188f95daa93b0dc54b249347ca3b79c4686d" @@ -9474,10 +9468,6 @@ require-main-filename@^2.0.0: resolved "https://registry.yarnpkg.com/require-main-filename/-/require-main-filename-2.0.0.tgz#d0b329ecc7cc0f61649f62215be69af54aa8989b" integrity sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg== -requireindex@~1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/requireindex/-/requireindex-1.1.0.tgz#e5404b81557ef75db6e49c5a72004893fe03e162" - requires-port@1.x.x, requires-port@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"