Skip to content

2.0.0

Compare
Choose a tag to compare
@attilagyongyosi attilagyongyosi released this 19 Oct 13:58
· 92 commits to master since this release

Breaking changes in 2.0.0

  • Configuration structure changed significantly and no longer compatible with 1.x.x

New features in 2.0.0

  • Out of the box support for enforcing kebab-case file path convention. See Configuration options.
  • Support for linting severity setting: warning and error.
  • You can now specify an array of strings that should be ignored in file paths during linting
  • CLI now reports elapsed linting time per directory

Technical housekeeping

  • Updating dependencies
  • Parcel instead of Webpack
  • Finetune Jest config to halve test execution time
  • ESLint instead of TSLint
  • Using commitlint
  • More integration and unit tests
  • Updating README