plugins
plugins copied to clipboard
[@rollup/plugin-eslint] There is a conflict between @rollup/plugin-typescript and @rollup/plugin-eslint
- 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 https://github.com/rollup/plugins/issues/1231#issuecomment-1201987956
Is that ? But this will still report an error
plugins: [
eslint(),
typescript(),
]