diff --git a/.eslintrc.json b/.eslintrc.json index a849055..b7cbd68 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -21,17 +21,10 @@ ], "rules": { "@typescript-eslint/prefer-nullish-coalescing": "off", - "@typescript-eslint/no-unsafe-member-access": "off", - "@typescript-eslint/no-unsafe-assignment": "off", - "@typescript-eslint/no-unsafe-argument": "off", - "@typescript-eslint/no-unsafe-return": "off", "@typescript-eslint/no-unused-vars": ["error"], - "@typescript-eslint/no-unsafe-call": "off", - "@typescript-eslint/unbound-method": "off", "@typescript-eslint/semi": ["error"], "comma-dangle": ["error", "always-multiline"], - "no-unused-vars": "off", - "no-undef": "off" + "no-unused-vars": "off" }, "overrides": [ {