Skip to content

v1.0.0

Compare
Choose a tag to compare
@Gelio Gelio released this 11 Nov 09:44

Initial release of the tool.

Features:

  1. Parse TSC errors from standard input (stdin)
  2. --init CLI option to initialize the configuration files (ignored errors and loosely type-checked
    files)
  3. CLI options to customize the paths to configuration files
  4. --auto-update CLI option to automatically update the list of loosely type-checked files when
    some file from no longer needs errors to be ignored

Engineering:

  1. Some unit tests using jest
  2. CI using GitHub Actions
  3. Compilation using TypeScript
  4. Formatting using prettier