From 3bebfbaadef7f7eec1d45760ba7c03b21d10d34d Mon Sep 17 00:00:00 2001 From: kaloszer Date: Sun, 3 Nov 2024 17:23:09 +0100 Subject: [PATCH] Add more excl for now --- .eslintrc.json | 12 +++++++++--- package-lock.json | 4 +++- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 878d37f..cf42d26 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,8 +1,14 @@ { - "extends": "next", + "extends": [ + "next", + "plugin:@typescript-eslint/recommended" + ], + "parser": "@typescript-eslint/parser", + "plugins": ["@typescript-eslint"], "rules": { "@typescript-eslint/no-unused-vars": "warn", "@typescript-eslint/no-explicit-any": "warn", - "@typescript-eslint/no-empty-interface": "warn" + "@typescript-eslint/no-empty-interface": "warn", + "@typescript-eslint/no-empty-object-type": "warn" } -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 693b1f5..38038f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,9 @@ "eslint-config-next": "14.2.16", "postcss": "^8", "tailwindcss": "^3.4.1", - "typescript": "^5" + "typescript": "^5", + "@typescript-eslint/eslint-plugin": "^6.0.0", + "@typescript-eslint/parser": "^6.0.0" } }, "node_modules/@alloc/quick-lru": {