diff --git a/.eslintrc.js b/.eslintrc.js index ca38447..92ec187 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,14 +15,8 @@ module.exports = { jsx: true, }, }, - plugins: ["prettier", "@typescript-eslint"], - extends: [ - "eslint:recommended", - "plugin:@typescript-eslint/recommended", - "plugin:react/recommended", - "prettier", - "plugin:prettier/recommended", - ], + plugins: ["@typescript-eslint"], + extends: ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "prettier"], rules: { curly: ["warn", "multi-line", "consistent"], "no-bitwise": "warn", @@ -41,5 +35,4 @@ module.exports = { { argsIgnorePattern: "^_", varsIgnorePattern: "^_" }, ], }, - overrides: [], }; diff --git a/components/DevHelper.tsx b/components/DevHelper.tsx index ec983db..46ff96c 100644 --- a/components/DevHelper.tsx +++ b/components/DevHelper.tsx @@ -1,4 +1,4 @@ -import React from "react"; +import Link from "next/link"; const DevHelper = () => (