Skip to content

Commit

Permalink
Publish v0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amikheychik committed Dec 25, 2023
1 parent c3f4675 commit 10cf2ff
Show file tree
Hide file tree
Showing 4 changed files with 156 additions and 108 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
:eslint-angular-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules
:eslint-angular-template-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules

== v0.19.1

* Patched `link:https://github.com/perfective/eslint-config[@perfective/eslint-config]`
to `link:{eslint-config-tags}/v0.23.3[0.23.3]`.
+
* Patched `@angular-eslint` to `17.1.1`.


== v0.19.0

* Upgraded `@angular-eslint` to `17.1.0`:
Expand Down
3 changes: 2 additions & 1 deletion MIGRATION_GUIDE.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Migration between minor versions follows the same steps:
** fix errors or check auto-fixes of warnings;
** check for the regressions.

== From `v0.18.1` to `v0.19.0`
== From `v0.18.1` to `v0.19.1`

* Disable and gradually enable new rules in the `.eslintrc.js`.
+
Expand All @@ -24,6 +24,7 @@ module.exports = {
files: ['*.[jt]s?(x)'],
rules: {
'@angular-eslint/template/prefer-control-flow': 'off',
'@typescript-eslint/no-useless-template-literals': 'off',
},
},
],
Expand Down
Loading

0 comments on commit 10cf2ff

Please sign in to comment.