6.0.2 (2024-06-08)
- added prettier config (6ee4e86)
6.0.1 (2024-06-08)
6.0.0 (2024-06-08)
- matching packages (433101b)
- matching versions (3a477d9)
- matching versions (03fd897)
- updated ci (51987c4)
5.5.2 (2024-01-27)
- change base project rules to warn (1e12730)
- change base project rules to warn (2aeaa2a)
- change rules to warn (651398b)
- compatible with angular 17 and latest packages (9678b74)
5.5.1 (2024-01-21)
- changed config files (2e7afde)
5.5.0 (2023-11-19)
- removed unused rules and update some packages (bb2759d)
- updated all packages (5b1c091)
- updated all packages (c026053)
5.4.0 (2023-11-13)
- updated action and node version (596a70e)
- updated all packages (4dbda12)
- updated all packages (f817a6b)
- updated all packages (d30b46f)
5.3.0 (2023-11-13)
- updated all packages (46f3795)
5.2.0 (2023-04-17)
- updated all packages (482987a)
5.1.0 (2022-10-03)
- updated all packages (fb81540)
5.0.1 (2022-01-04)
- angular: allow console.assert (918a847)
5.0.0 (2021-12-25)
- rules: update injected-service-name to match eslintv8 (376ce84)
4.2.7 (2021-12-01)
- angular: update dependencies and versions (762bce4)
- angular: update dependencies and versions (e20bbb4)
- angular: update dependencies and versions (798bbae)
4.2.6 (2021-11-24)
- angular: peer dependencies and versions of peerdeps packages (e89197a)
4.2.5 (2021-10-30)
- remove member-ordering warnings (3962aa9)
4.2.4 (2021-10-11)
- peer dependencies (f8d80de)
4.2.3 (2021-09-18)
4.2.2 (2021-09-06)
- angular: disable some rules as they're producing a lot of warnings that aren't really important (dad212f)
4.2.1 (2021-09-04)
- angular: remove prefer-readonly rule (6ae4e40)
- update @typescript-eslint (b69939d)
4.2.0 (2021-09-04)
- angular: update
parserOptions.project
option to support angular monorepo multiple tsconfig files (da78466)
4.1.0 (2021-08-31)
- angular: add more rules from eslint and typescript-eslint. remove rxjs and import plugins (cfaef40)
4.0.0 (2021-08-21)
- angular: Now you must have a tsconfig.json file in the root of the project. Inside it, include all projects files ("include": ["projects/**/*.ts"])
- angular: update sonarjs plugin (816c3ee)
3.1.5 (2021-05-26)
- angular: remove quotes rule (4f4db03)
3.1.4 (2021-05-14)
3.1.3 (2021-04-30)
- No changes