You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Please refer to the README on how to adjust your configuration for flat config.
25
25
* feat(no-deprecated-props): extend existing rules to support other components [\#1069](https://github.com/nextcloud-libraries/eslint-config/pull/1069)\([Antreesy](https://github.com/Antreesy)\)
26
26
* feat(imports): add custom plugin to suggest file extensions [\#1110](https://github.com/nextcloud-libraries/eslint-config/pull/1110)\([susnux](https://github.com/susnux)\)
27
27
* feat(filesystem): ignore all files within the `.gitignore`[\#1108](https://github.com/nextcloud-libraries/eslint-config/pull/1108)\([susnux](https://github.com/susnux)\)
28
-
* feat(l10n-plugin): also handle vue templates by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/1113
28
+
* feat(l10n-plugin): also handle vue templates [\#1113](https://github.com/nextcloud-libraries/eslint-config/pull/1113)\([susnux](https://github.com/susnux)\)
29
29
30
30
### Fixed
31
31
* fix(codestyle): do not require splitting chains [\#951](https://github.com/nextcloud-libraries/eslint-config/pull/951)
@@ -54,8 +54,10 @@ Please refer to the README on how to adjust your configuration for flat config.
54
54
* fix(vue): also ignore the global router link component [\#1097](https://github.com/nextcloud-libraries/eslint-config/pull/1097)\([susnux](https://github.com/susnux)\)
55
55
* fix(no-deprecated-props): respect nextcloud/vue library version for the rule [\#1084](https://github.com/nextcloud-libraries/eslint-config/pull/1084)\([Antreesy](https://github.com/Antreesy)\)
56
56
* fix(codestyle): replace deprecated config in `@stylistic/quotes` rule [\#1109](https://github.com/nextcloud-libraries/eslint-config/pull/1109)\([susnux](https://github.com/susnux)\)
57
-
* fix(l10n-plugin): also check translation strings in `n` method by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/1112
58
-
* fix(filesystem): relax ignored files by @susnux in https://github.com/nextcloud-libraries/eslint-config/pull/1114
57
+
* fix(l10n-plugin): also check translation strings in `n` method [\#1112](https://github.com/nextcloud-libraries/eslint-config/pull/1112)\([susnux](https://github.com/susnux)\)
* fix(globs): adjust globs for test related files [\#1128](https://github.com/nextcloud-libraries/eslint-config/pull/1128)\([susnux](https://github.com/susnux)\)
60
+
* fix(vue): use vue variant of `no-irregular-whitespace`[\#1129](https://github.com/nextcloud-libraries/eslint-config/pull/1129)\([susnux](https://github.com/susnux)\)
@@ -72,6 +74,7 @@ Please refer to the README on how to adjust your configuration for flat config.
72
74
* ci: update workflows from organization [#1047](https://github.com/nextcloud-libraries/eslint-config/pull/1047) ([susnux](https://github.com/susnux))
73
75
* chore: add active node version (24) to supported engines [#1066](https://github.com/nextcloud-libraries/eslint-config/pull/1066) ([susnux](https://github.com/susnux))
74
76
* build: add common changelog formatting and documentation for it [#1067](https://github.com/nextcloud-libraries/eslint-config/pull/1067) ([susnux](https://github.com/susnux))
77
+
* chore: lint this project as a library [\#1130](https://github.com/nextcloud-libraries/eslint-config/pull/1130)\([susnux](https://github.com/susnux)\)
0 commit comments