Skip to content

Releases: DSI-HUG/eslint-config

v1.1.0

17 Apr 20:03
Compare
Choose a tag to compare

Bug Fixes

  • rules: remove rxjs/no-topromise as toPromise is being deprecated in RxJS7 and will be removed in RxJS8

Features

  • config: add strict configuration

Improvements

  • perf: improve performance by using a dedicated tsconfig.eslint.json configuration file
  • perf: only require parent project to have eslint installed - every else will be provided by @hug/eslint-config
  • doc: add angular project example

v1.0.2

15 Apr 11:11
Compare
Choose a tag to compare

Bug Fixes

  • rules: avoid redundant rules

Improvements

  • rules: make rules json friendly

v1.0.1

15 Apr 08:06
Compare
Choose a tag to compare
dist(1.0.1)

v1.0.0

14 Apr 16:41
Compare
Choose a tag to compare
  • First release