diff --git a/.eslintrc.json b/.eslintrc.json deleted file mode 100644 index f0527a9..0000000 --- a/.eslintrc.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "$schema": "https://json.schemastore.org/eslintrc", - "root": true, - "extends": [ - "next/core-web-vitals", - "prettier", - "plugin:tailwindcss/recommended" - ], - "plugins": ["tailwindcss"], - "rules": { - "@next/next/no-html-link-for-pages": "off", - "react/jsx-key": "off", - "tailwindcss/no-custom-classname": "off", - "react/react-in-jsx-scope": "off", - "@typescript-eslint/no-explicit-any": "off", - "@typescript-eslint/ban-types": "off" - }, - "settings": { - "tailwindcss": { - "callees": ["cn"], - "config": "tailwind.config.js" - }, - "next": { - "rootDir": ["./"] - } - }, - "overrides": [ - { - "files": ["*.ts", "*.tsx"], - "parser": "@typescript-eslint/parser" - } - ], - "ignores": [ - "dist/*", - ".cache", - "public", - "node_modules", - "*.esm.js", - ".next/*" - ] -} diff --git a/app/[lang]/page.tsx b/app/[lang]/page.tsx index c3d534c..bea83d0 100644 --- a/app/[lang]/page.tsx +++ b/app/[lang]/page.tsx @@ -85,7 +85,7 @@ export default function IndexPage({ params: { lang } }: any) { } actions={ - +