Skip to content

Releases: tapsellorg/eslint-plugin

v4.1.0

31 Aug 13:49
Compare
Choose a tag to compare

4.1.0 (2021-08-31)

Features

  • angular: add more rules from eslint and typescript-eslint. remove rxjs and import plugins (cfaef40)

v4.0.0

21 Aug 16:43
Compare
Choose a tag to compare

4.0.0 (2021-08-21)

⚠ BREAKING CHANGES

  • angular: Now you must have a tsconfig.json file in the root of the project. Inside it, include all projects files ("include": ["projects/**/*.ts"])

Bug Fixes

  • angular: install deps (2e50f70)
  • angular: use tsconfig.json instead of tsconfig.app.json (462e140)

Improvements

  • angular: update sonarjs plugin (816c3ee)

v3.2.0-beta.2

21 Aug 15:30
Compare
Choose a tag to compare
v3.2.0-beta.2 Pre-release
Pre-release

3.2.0-beta.2 (2021-08-21)

Bug Fixes

v3.2.0-beta.1

21 Aug 15:20
Compare
Choose a tag to compare
v3.2.0-beta.1 Pre-release
Pre-release

3.2.0-beta.1 (2021-08-21)

⚠ BREAKING CHANGES

  • angular: Now you must have a tsconfig.json file in the root of the project. Inside it, include all projects files ("include": ["projects/**/*.ts"])

Bug Fixes

  • angular: use tsconfig.json instead of tsconfig.app.json (462e140)

Improvements

  • angular: update sonarjs plugin (816c3ee)

v3.1.5

26 May 13:14
Compare
Choose a tag to compare

3.1.5 (2021-05-26)

Bug Fixes

  • angular: remove quotes rule (4f4db03)

v3.1.4

14 May 07:02
Compare
Choose a tag to compare

3.1.4 (2021-05-14)

Bug Fixes

  • angular: remove max-len rule (e751c35)
  • angular: reorder rules (539c8ef)

v3.1.3

30 Apr 23:28
Compare
Choose a tag to compare

3.1.3 (2021-04-30)

Bug Fixes

  • angular: remove commented lines (5e13bf5)