<!-- ⚡️ katchow! We 💛 issues. 🚨 Your issue will be CLOSED if: - This template is removed - Parts of this template are removed 👉🏽 Need help or tech support? Please don't open an issue! Head to https://is.gd/rollup_chat or https://stackoverflow.com/questions/tagged/rollupjs ❤️ Rollup? Please consider supporting our collective: 👉 https://opencollective.com/rollup/donate --> - Rollup Plugin Name: @rollup/plugin-eslint <!-- the plugin(s) this issue is about --> - Rollup Plugin Version: 8.0.1 - Rollup Version: 2.57.0 - Operating System (or Browser): MacOS, 11.4 - Node Version: v16.10.0 - Link to reproduction _(⚠️ read below)_: https://github.com/rosinfotech/issue_300921_rollup_plugin_eslint <!-- 🚨 Issues WITHOUT a valid reproduction WILL BE CLOSED! Please provide one by: 1. Using the REPL.it plugin reproduction template at https://repl.it/@rollup/rollup-plugin-repro 2. Provide a minimal repository link (Read https://git.io/fNzHA for instructions). Please use NPM for installing dependencies! These may take more time to triage than the other options. 3. Using the Rollup REPL at https://rollupjs.org/repl/ ⚠️ ZIP Files are unsafe and maintainers will NOT download them. --> ### Expected Behavior 1) Plugin checks files before compiled them by @rollup/plugin-typescript; 2) The plugin checks all files of the project and then stop the Rollup's packing; ### Actual Behavior 1) When we use the "fix" option, the plugin checks files after compiled them by @rollup/plugin-typescript, i.e. it checks not sources! 2) Plugin stops checking after checked the first file with founded error or warning – it is don't check all project's files. ### Additional Information <!-- Most issues can be expressed or demonstrated through the REPL or a repository. However, the situation may arise where some small code snippets also need to be provided. In that situation, please add your code below using Fenced Code Blocks (https://help.github.com/articles/creating-and-highlighting-code-blocks/) -->
Expected Behavior
Actual Behavior
Additional Information