diff --git a/.eslintrc.js b/.eslintrc.js index a898b01..ca8daea 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -16,14 +16,7 @@ module.exports = { plugins: ["@typescript-eslint"], rules: { // TODO: Remove warn rules when not needed anymore - "@typescript-eslint/no-this-alias": "warn", - "no-self-assign": "warn", - "@typescript-eslint/no-empty-interface": "warn", - "@typescript-eslint/ban-types": "warn", - }, - settings: { - react: { - version: "detect", - }, + "no-self-assign": "off", + "@typescript-eslint/no-empty-interface": "off", }, }; \ No newline at end of file