parcel-plugin-eslint icon indicating copy to clipboard operation
parcel-plugin-eslint copied to clipboard

Failed to load config "../../../../.eslintrc.json" to extend from

Open matheusgrieger opened this issue 5 years ago • 5 comments

When using parcel-plugin-eslint, the serve command is giving me the following error:

image

Simply removing parcel-plugin-eslint from package.json solved the issue. My dependencies are below (parcel-plugin-eslint is commented because it is removed).

Dependencies
{
  "devDependencies": {
    "@types/animejs": "^3.1.0",
    "@types/lodash": "^4.14.149",
    "@types/swiper": "^5.2.0",
    "@typescript-eslint/eslint-plugin": "^2.11.0",
    "@typescript-eslint/parser": "^2.11.0",
    "autoprefixer": "^9.7.3",
    "eslint": "^6.7.2",
    "eslint-config-airbnb-base": "^14.0.0",
    "eslint-config-airbnb-typescript": "^6.3.1",
    "eslint-config-prettier": "^6.7.0",
    "eslint-plugin-import": "^2.19.1",
    "eslint-plugin-prettier": "^3.1.2",
    "husky": "^3.1.0",
    "lint-staged": "^9.5.0",
    "parcel-bundler": "^1.12.4",
    // "parcel-plugin-eslint": "^1.0.8-2",
    "prettier": "^1.19.1",
    "pretty-quick": "^2.0.1",
    "sass": "^1.23.7",
    "typescript": "^3.7.3"
  },
  "dependencies": {
    "animejs": "^3.1.0",
    "bulma": "^0.8.0",
    "cash-dom": "^4.1.5",
    "lodash": "^4.17.15",
    "sweetalert": "^2.1.2",
    "swiper": "^5.2.1"
  }
}
Software Version(s)
parcel-plugin-vue No
Parcel 1.12.4
Vue No
Node 12.14.0
npm/Yarn 6.13.4
Operating System macOS Catalina 10.15.2

matheusgrieger avatar Jan 02 '20 17:01 matheusgrieger

Any update on this?

qudo-code avatar Jan 24 '20 02:01 qudo-code

Some here

eduardoborges avatar Jan 24 '20 18:01 eduardoborges

same issue here~

cdll avatar Mar 16 '20 06:03 cdll

same issue here~

littleLane avatar Mar 30 '20 08:03 littleLane

Same

herdis3h avatar Aug 04 '20 09:08 herdis3h