Skip to content

eslint-config-angular: peer dependencies can't be resolved #8

@chintankavathia

Description

@chintankavathia

The eslint-config-angular peerDependencies if copied as it is to install using npm will throw an error because
v2.26.0 of eslint-plugin-import doesn't include support for eslint@9

"peerDependencies": {
    "@eslint/js": "^9.9.1",
    "angular-eslint": "^18.1.0 || ^19.0.0",
    "eslint": "^9.9.1",
    "eslint-plugin-import": "2.26.0", // this only allows eslint version upto ^8
    "eslint-plugin-jsdoc": "^50.2.2",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "typescript-eslint": "^8.0.0"
  }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions