From 4c901d073376ab9fd37284801011a12261d5963d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Tue, 6 Feb 2024 13:12:21 +0000 Subject: Linting and formatting --- web/.eslintrc.json | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'web/.eslintrc.json') diff --git a/web/.eslintrc.json b/web/.eslintrc.json index d971ae2a..c580ca7e 100644 --- a/web/.eslintrc.json +++ b/web/.eslintrc.json @@ -1,13 +1,4 @@ { - "parser": "@typescript-eslint/parser", - "parserOptions": { - "project": "./tsconfig.json", - "ecmaFeatures": { - "jsx": true - }, - "ecmaVersion": 12, - "sourceType": "module" - }, "extends": [ "next/core-web-vitals", "eslint:recommended", @@ -15,8 +6,11 @@ "plugin:react-hooks/recommended", "plugin:@next/next/recommended", "next", - "plugin:@typescript-eslint/recommended", - "plugin:@typescript-eslint/recommended-requiring-type-checking", "prettier" - ] + ], + "ignorePatterns": ["postcss.config.js"], + "rules": { + "no-redeclare": "off", + "@next/next/no-html-link-for-pages": "off" + } } -- cgit v1.3-1-g0d28