Skip to content

[@rollup/plugin-eslint] There is a conflict between @rollup/plugin-typescript and @rollup/plugin-eslint #1233

Description

@aiden271828
  • Rollup Plugin Name: @rollup/plugin-eslint
  • Rollup Plugin Version: 8.0.2
  • Rollup Version: 2.77.2
  • Operating System (or Browser): Windows
  • Node Version: 14.19.0
  • Link to reproduction (⚠️ read below): https://replit.com/@aiden271828/rollup?v=1

Place the eslint plugin before the typescript plugin. This isn't an error with the eslint plugin, working as designed.

Originally posted by @shellscape in #1231 (comment)

Is that ? But this will still report an error

plugins: [
  eslint(),
  typescript(),
]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions