عضو کانال یوتیوب ما شوید.

رفع خطای The Next.js plugin was not detected in your ESLint configuration

رفع خطای The Next.js plugin was not detected in your ESLint configuration
رفع خطای The Next.js plugin was not detected in your ESLint configuration

رفع خطای The Next.js plugin was not detected in your ESLint configuration

در این نوشته قصد داریم تا روش حل مشکل The Next.js plugin was not detected in your ESLint configuration را به شما توضیح دهیم.

همراه ما باشید.

 

رفع خطای The Next.js plugin was not detected in your ESLint configuration

برای رفع این خطا به فایل .eslintrc.js در پروژه ی خود بروید و در آن فایل خود را به شکل زیر در بیاورید:

"env": {
        "browser": true,
        "es2021": true
    },
    "extends": [
        "eslint:recommended",
        "plugin:react/recommended",
      	"next/core-web-vitals"
    ],
 ...

 

اگر مشکلتان با روش بالا حل نشد در بخش نظرات این نوشته اعلام کنید.

موفق باشید.

برای امتیاز به این نوشته کلیک کنید!
[کل: 1 میانگین: 5]