File tree Expand file tree Collapse file tree 4 files changed +156
-108
lines changed Expand file tree Collapse file tree 4 files changed +156
-108
lines changed Original file line number Diff line number Diff line change 3
3
:eslint-angular-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules
4
4
:eslint-angular-template-rules: https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin-template/docs/rules
5
5
6
+ == v0.19.1
7
+
8
+ * Patched `link:https://github.com/perfective/eslint-config[@perfective/eslint-config]`
9
+ to `link:{eslint-config-tags}/v0.23.3[0.23.3]`.
10
+ +
11
+ * Patched `@angular-eslint` to `17.1.1`.
12
+
13
+
6
14
== v0.19.0
7
15
8
16
* Upgraded `@angular-eslint` to `17.1.0`:
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Migration between minor versions follows the same steps:
9
9
** fix errors or check auto-fixes of warnings;
10
10
** check for the regressions.
11
11
12
- == From `v0.18.1` to `v0.19.0 `
12
+ == From `v0.18.1` to `v0.19.1 `
13
13
14
14
* Disable and gradually enable new rules in the `.eslintrc.js`.
15
15
+
@@ -24,6 +24,7 @@ module.exports = {
24
24
files: ['*.[jt]s?(x)'],
25
25
rules: {
26
26
'@angular-eslint/template/prefer-control-flow': 'off',
27
+ '@typescript-eslint/no-useless-template-literals': 'off',
27
28
},
28
29
},
29
30
],
You can’t perform that action at this time.
0 commit comments