diff --git a/apps/web/.eslintrc.json b/apps/web/.eslintrc.json index 88cb12b..3625b8a 100644 --- a/apps/web/.eslintrc.json +++ b/apps/web/.eslintrc.json @@ -1,10 +1,10 @@ -{ - "extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"], - "plugins": ["@typescript-eslint"], - "rules":{ - "@typescript-eslint/ban-ts-comment": "off", - "@typescript-eslint/no-non-null-assertion": "off", - "@typescript-eslint/no-unused-vars": "off", - "@typescript-eslint/no-explicit-any": "off" - } -} +// { +// "extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"], +// "plugins": ["@typescript-eslint"], +// "rules":{ +// "@typescript-eslint/ban-ts-comment": "off", +// "@typescript-eslint/no-non-null-assertion": "off", +// "@typescript-eslint/no-unused-vars": "off", +// "@typescript-eslint/no-explicit-any": "off" +// } +// }