Skip to content

@rollup/plugin-eslint checks files after compiled them by @rollup/plugin-typescript, i.e. it checks not sources #1010

Description

@rosinfotech

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

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