Releases: tapsellorg/eslint-plugin
Releases · tapsellorg/eslint-plugin
v4.1.0
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
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.1
⚠ 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
3.1.5 (2021-05-26)
Bug Fixes
- angular: remove quotes rule (4f4db03)
v3.1.4
3.1.4 (2021-05-14)
Bug Fixes
- angular: remove max-len rule (e751c35)
- angular: reorder rules (539c8ef)
v3.1.3
3.1.3 (2021-04-30)
Bug Fixes
- angular: remove commented lines (5e13bf5)