diff --git a/.eslintrc.json b/.eslintrc.json index 4cc0a95..6b27ab4 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,9 +3,15 @@ "parserOptions": { "project": "./tsconfig.json" }, - "plugins": ["@typescript-eslint"], - "extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended"], + "plugins": [ + "@typescript-eslint" + ], + "extends": [ + "next/core-web-vitals", + "plugin:@typescript-eslint/recommended" + ], "rules": { - "@typescript-eslint/consistent-type-imports": "warn" + "@typescript-eslint/consistent-type-imports": "warn", + "@typescript-eslint/no-non-null-assertion": "ignore" } -} +} \ No newline at end of file