Answers for "ESLint: Invalid Options when create-next-app"

0

ESLint: Invalid Options when create-next-app

"eslint.options": {
    "overrideConfig": {
      "env": {
        "browser": true,
        "es6": true
      },
      "parserOptions": {
        "ecmaVersion": 2019,
        "sourceType": "module",
        "ecmaFeatures": {
          "jsx": true
        }
      },
      "rules": {
        "no-debugger": "off"
      }
    }
  },
Posted by: Guest on February-15-2022

Browse Popular Code Answers by Language