From 6a2d957d414d18c03d94b154dcb3a2458ae44d75 Mon Sep 17 00:00:00 2001 From: Jonathan Neal Date: Mon, 19 Jul 2021 13:23:38 -0400 Subject: [PATCH] update package.json --- package.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index d4cbeff8..bcc13043 100644 --- a/package.json +++ b/package.json @@ -36,11 +36,11 @@ "@types/react": "17.0.14", "@types/react-dom": "17.0.9", "@types/react-test-renderer": "17.0.1", - "@typescript-eslint/eslint-plugin": "4.28.3", - "@typescript-eslint/parser": "4.28.3", + "@typescript-eslint/eslint-plugin": "4.28.4", + "@typescript-eslint/parser": "4.28.4", "csstype": "3.0.8", "esbuild": "0.12.15", - "eslint": "7.30.0", + "eslint": "7.31.0", "lerna": "4.0.0", "nodemon": "2.0.12", "react": "17.0.2", @@ -113,7 +113,12 @@ } } ], - "@typescript-eslint/no-explicit-any": "off" + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-for-in-array": "off", + "@typescript-eslint/no-unnecessary-qualifier": "off", + "@typescript-eslint/no-unnecessary-type-assertion": "off", + "@typescript-eslint/promise-function-async": "off", + "@typescript-eslint/restrict-plus-operands": "off" } } ]