linter-bundle 1.27.0 → 2.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,18 +6,132 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
- [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.27.0...HEAD)
9
+ [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.2.0...HEAD)
10
+
11
+ ## [2.2.0] - 2022.01.27
12
+
13
+ ### Changed
14
+
15
+ - [eslint] In the `.vscode/settings.json` the "configFile" option in "eslint.options" has been renamed to "overrideConfigFile"
16
+ - [eslint] Re-added [`eslint-plugin-jsx-a11y`](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) v6.5.1
17
+ - [eslint] Re-added [`eslint-plugin-promise`](https://www.npmjs.com/package/eslint-plugin-promise) v6.0.0
18
+ - [eslint] Re-added [`eslint-plugin-react`](https://www.npmjs.com/package/eslint-plugin-react) v7.28.0
19
+ - [stylelint] Re-added [`stylelint-declaration-block-no-ignored-properties`](https://www.npmjs.com/package/stylelint-declaration-block-no-ignored-properties) v2.5.0
20
+ - [eslint] Updated `eslint-plugin-react-hooks` from v4.2.1-alpha-13455d26d-20211104 to v4.3.0
21
+ - [eslint] Re-added [`react/no-invalid-html-attribute`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-invalid-html-attribute.md) rule
22
+ - [eslint] Re-added [`react/no-arrow-function-lifecycle`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-arrow-function-lifecycle.md) rule
23
+ - [eslint] Re-added [`react/no-unused-class-component-methods`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unused-class-component-methods.md) rule
24
+ - [eslint] Disabled [`unicorn/prefer-object-has-own`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-object-has-own.md) for now, because of limited engine support
25
+ - [eslint] Disabled `allowThrowingAny` and `allowThrowingUnknown` of the [`@typescript-eslint/no-throw-literal`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-throw-literal.md) rule
26
+ - [eslint] Reactivated [`import/no-import-module-exports`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md) rule
27
+ - [eslint] Added new [`import/no-unused-modules`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-unused-modules.md) rule
28
+ - [eslint] Added new [`jest/prefer-comparison-matcher`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-comparison-matcher.md) rule
29
+ - [eslint] Added new [`jest/prefer-equality-matcher`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-equality-matcher.md) rule
30
+ - [eslint] Added new [`unicorn/no-await-expression-member`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-await-expression-member.md) rule
31
+ - [eslint] Added new [`unicorn/prefer-code-point`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-code-point.md) rule
32
+ - [eslint] Added new [`unicorn/no-thenable`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-thenable.md) rule
33
+ - [eslint] Added new [`unicorn/no-useless-promise-resolve-reject`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-promise-resolve-reject.md) rule
34
+ - [eslint] Added new [`unicorn/relative-url-style`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/relative-url-style.md) rule
35
+ - [eslint] Added new [`unicorn/prefer-json-parse-buffer`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-json-parse-buffer.md) rule
36
+ - [eslint] Updated `@typescript-eslint` from v5.3.0 to v5.10.1
37
+ - [eslint] Updated `eslint` from v8.2.0 to v8.7.0
38
+ - [eslint] Updated `eslint-plugin-functional` from v4.0.2 to v4.1.1
39
+ - [eslint] Updated `eslint-plugin-import` from v2.25.2 to v2.25.4
40
+ - [eslint] Updated `eslint-plugin-jest` from v25.2.3 to v26.0.0
41
+ - [eslint] Updated `eslint-plugin-jsdoc` from v37.0.3 to v37.7.0
42
+ - [eslint] Updated `eslint-plugin-unicode` from v38.0.0 to v40.1.0
43
+ - [markdownlint] Updated `markdownlint-cli` from v0.29.0 to v0.30.0
44
+ - [stylelint] Updated `stylelint` from v14.0.1 to v14.3.0
45
+ - [stylelint] Updated `stylelint-scss` from v4.0.0 to v4.1.0
46
+ - [stylelint] Added new [`scss/dollar-variable-no-namespaced-assignment`](https://github.com/stylelint-scss/stylelint-scss/tree/master/src/rules/dollar-variable-no-namespaced-assignment) rule
47
+ - [stylelint] Added new [`scss/at-use-no-unnamespaced`](https://github.com/stylelint-scss/stylelint-scss/tree/master/src/rules/at-use-no-unnamespaced) rule
48
+ - [stylelint] Added but disabled [`rule-selector-property-disallowed-list`](https://github.com/stylelint/stylelint/tree/main/lib/rules/rule-selector-property-disallowed-list) rule
49
+
50
+ [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.1.0...v2.2.0)
51
+
52
+ ## [2.1.0] - 2021.11.07
53
+
54
+ ### Changed
55
+
56
+ - [stylelint] Forked [`stylelint-high-performance-animation`](https://www.npmjs.com/package/stylelint-high-performance-animation), because it seems not to be regularly maintained anymore
57
+ - [eslint] Updated `eslint` from v8.1.0 to v8.2.0
58
+
59
+ [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v2.0.0...v2.1.0)
60
+
61
+ ## [2.0.0] - 2021.11.05
62
+
63
+ ### Removed
64
+
65
+ - [eslint] [`eslint-plugin-jsx-a11y`](https://www.npmjs.com/package/eslint-plugin-jsx-a11y) has been removed, because it seems not to be regularly maintained anymore, which blocks us from updating to ESLint v8
66
+ - [eslint] [`eslint-plugin-promise`](https://www.npmjs.com/package/eslint-plugin-promise) has been removed, because it seems not to be regularly maintained anymore, which blocks us from updating to ESLint v8
67
+ - [eslint] [`eslint-plugin-react`](https://www.npmjs.com/package/eslint-plugin-react) has been removed, because it's relying on unmaintained dependencies, which blocks us from updating to ESLint v8
68
+ - [stylelint] [`stylelint-declaration-block-no-ignored-properties`](https://www.npmjs.com/package/stylelint-declaration-block-no-ignored-properties) has been removed, because it seems not to be regularly maintained anymore, which blocks us from updating to Stylelint v14
69
+ - [stylelint] [`stylelint-use-nesting`](https://www.npmjs.com/package/stylelint-use-nesting) has been removed, because it seems not to be regularly maintained anymore, which blocks us from updating to Stylelint v14
70
+
71
+ ### Changed
72
+
73
+ - [eslint] Updated `@typescript-eslint` from v4.31.1 to v5.3.0
74
+ - [eslint] Updated `eslint` from v7.32.0 to v8.1.0
75
+ - [eslint] Updated `eslint-plugin-functional` from v3.7.0 to v4.0.2
76
+ - [eslint] Updated `eslint-plugin-import` from v2.24.2 to v2.25.2
77
+ - [eslint] Updated `eslint-plugin-jest` from v24.4.2 to v25.2.3
78
+ - [eslint] Updated `eslint-plugin-jsdoc` from v36.1.0 to v37.0.3
79
+ - [eslint] Updated `eslint-plugin-promise` from v5.1.0 to v5.1.1
80
+ - [eslint] Updated `eslint-plugin-react` from v7.25.2 to v7.26.1
81
+ - [eslint] Updated `eslint-plugin-unicorn` from v36.0.0 to v38.0.0
82
+ - [eslint] Updated `eslint-import-resolver-webpack` from v0.13.1 to v0.13.2
83
+ - [eslint] Updated `eslint-plugin-react-hooks` from v4.2.0 to v4.2.1-alpha-13455d26d-20211104
84
+ - [eslint] Make use of `caseSensitiveStrict` option of [`import/no-unresolved`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-unresolved.md) rule
85
+ - [eslint] Removed deprecated `@typescript-eslint/no-unused-vars-experimental` rule
86
+ - [eslint] Removed deprecated `functional/prefer-type-literal` rule
87
+ - [eslint] Removed deprecated `jest/prefer-to-be-null` rule
88
+ - [eslint] Removed deprecated `jest/prefer-to-be-undefined` rule
89
+ - [eslint] Added but disabled [`jest/prefer-expect-resolves`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-expect-resolves.md) rule, because we prefer `expect(await promise)`
90
+ - [eslint] Make use of [`jest/prefer-to-be`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/prefer-to-be.md) rule
91
+ - [eslint] Make use of [`jest/require-hook`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/require-hook.md) rule
92
+ - [eslint] `jest/valid-describe` as been renamed to `valid-describe-callback`
93
+ - [eslint] `jest/lowercase-name` as been renamed to `prefer-lowercase-title`
94
+ - [eslint] Make use of [`no-unused-private-class-members`](https://github.com/eslint/eslint/blob/main/docs/rules/no-unused-private-class-members.md) rule
95
+ - [eslint] Make use of [`react/no-namespace`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-namespace.md) rule
96
+ - [eslint] Make use of [`react/jsx-max-props-per-line`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-max-props-per-line.md) rule
97
+ - [eslint] Make use of [`template-indent`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/template-indent.md) rule
98
+ - [eslint] Make use of [`@typescript-eslint/consistent-type-exports`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/consistent-type-exports.md) rule
99
+ - [eslint] Make use of [unicorn/no-empty-file](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-empty-file.md) rule
100
+ - [eslint] Make use of [unicorn/prefer-export-from](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-export-from.md) rule
101
+ - [markdownlint] Updated `markdownlint-cli` from v0.28.1 to v0.29.0
102
+ - [stylelint] Updated `stylelint` from v13.13.1 to v14.0.1
103
+ - [stylelint] Updated `stylelint-order` from v4.1.0 to v5.0.0
104
+ - [stylelint] Updated `stylelint-scss` from v3.21.0 to v4.0.0
105
+ - [stylelint] Added but disabled [`color-hex-alpha`](https://github.com/stylelint/stylelint/blob/main/lib/rules/color-hex-alpha/README.md) rule, because of limited browser support
106
+ - [stylelint] Make use of [`custom-property-no-missing-var-function`](https://github.com/stylelint/stylelint/blob/main/lib/rules/custom-property-no-missing-var-function/README.md) rule
107
+ - [stylelint] Removed deprecated `function-calc-no-invalid` rule
108
+ - [stylelint] Forked [`stylelint-selector-tag-no-without-class`](https://www.npmjs.com/package/stylelint-selector-tag-no-without-class), because it seems not to be regularly maintained anymore
109
+
110
+ [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.28.0...v2.0.0)
111
+
112
+ ## [1.28.0] - 2021.09.18
113
+
114
+ ### Changed
115
+
116
+ - The minimum required Node.js version is v14 now
117
+ - [eslint] Updated `@typescript-eslint` from v4.31.0 to v4.31.1
118
+ - [eslint] Updated `eslint-import-resolver-typescript` from v2.4.0 to v2.5.0
119
+ - [eslint] Updated `eslint-plugin-jest` from v24.4.0 to v24.4.2
120
+ - [eslint] Updated `eslint-plugin-react` from v7.25.1 to v7.25.2
121
+ - [stylelint] Updated `stylelint-scss` from v3.20.1 to v3.21.0
122
+
123
+ [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.27.0...v1.28.0)
10
124
 
11
125
  ## [1.27.0] - 2021.09.12
12
126
 
13
127
  ### Changed
14
128
 
15
- - [eslint] Update `@typescript-eslint` from v4.29.3 to v4.31.0
16
- - [eslint] Update `eslint-plugin-jsdoc` from v36.0.8 to v36.1.0
17
- - [eslint] Update `eslint-plugin-react` from v7.25.0 to v7.25.1
18
- - [eslint] Update `eslint-plugin-unicorn`from v35.0.0 to v36.0.0
129
+ - [eslint] Updated `@typescript-eslint` from v4.29.3 to v4.31.0
130
+ - [eslint] Updated `eslint-plugin-jsdoc` from v36.0.8 to v36.1.0
131
+ - [eslint] Updated `eslint-plugin-react` from v7.25.0 to v7.25.1
132
+ - [eslint] Updated `eslint-plugin-unicorn`from v35.0.0 to v36.0.0
19
133
  - [eslint] Make use of [@typescript-eslint/no-meaningless-void-operator](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-meaningless-void-operator.md) rule
20
- - [eslint] Reactivate [@typescript-eslint/dot-notation](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/dot-notation.md) rule
134
+ - [eslint] Reactivated [@typescript-eslint/dot-notation](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/dot-notation.md) rule
21
135
  - [eslint] Make use of [unicorn/no-useless-fallback-in-spread](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-fallback-in-spread.md) rule
22
136
  - [eslint] Make use of [unicorn/no-invalid-remove-event-listener](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-invalid-remove-event-listener.md) rule
23
137
 
@@ -27,10 +141,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
141
 
28
142
  ### Changed
29
143
 
30
- - [eslint] Update `eslint-plugin-functional` from v3.6.0 to v3.7.0
31
- - [eslint] Update `eslint-plugin-react` from v7.24.0 to v7.25.0
144
+ - [eslint] Updated `eslint-plugin-functional` from v3.6.0 to v3.7.0
145
+ - [eslint] Updated `eslint-plugin-react` from v7.24.0 to v7.25.0
32
146
  - [eslint] Disabled [`functional/prefer-tacit`](https://github.com/jonaskello/eslint-plugin-functional/blob/master/docs/rules/prefer-tacit.md) because changes are recommended that could [lead to potential bugs](https://github.com/jonaskello/eslint-plugin-functional/issues/263)
33
- - [eslint] Activate the `forms` option of the [`react/jsx-no-target-blank`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md) rule
147
+ - [eslint] Activated the `forms` option of the [`react/jsx-no-target-blank`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-no-target-blank.md) rule
34
148
 
35
149
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.25.2...v1.26.0)
36
150
 
@@ -48,8 +162,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
48
162
 
49
163
  ### Changed
50
164
 
51
- - [eslint] Update `eslint-plugin-import` from v2.24.1 to v2.24.2
52
- - [eslint] Update `eslint-plugin-jsdoc` from v36.0.7 to v36.0.8
165
+ - [eslint] Updated `eslint-plugin-import` from v2.24.1 to v2.24.2
166
+ - [eslint] Updated `eslint-plugin-jsdoc` from v36.0.7 to v36.0.8
53
167
 
54
168
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.25.0...v1.25.1)
55
169
 
@@ -57,20 +171,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
57
171
 
58
172
  ### Changed
59
173
 
60
- - [eslint] Update `@typescript-eslint` from v4.28.5 to v4.29.3
61
- - [eslint] Update `eslint` from v7.31.0 to v7.32.0
62
- - [eslint] Update `eslint-plugin-functional` from v3.3.0 to v3.6.0
63
- - [eslint] Update `eslint-plugin-import` from v2.23.4 to v2.24.1
64
- - [eslint] Update `eslint-plugin-jsdoc` from v36.0.6 to v36.0.7
65
- - [eslint] Update `eslint-plugin-unicorn` from v34.0.1 to v35.0.0
66
- - [eslint] Activate `ignoreDeclarationMerge` of [`@typescript-eslint/no-redeclare`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-redeclare.md) rule
174
+ - [eslint] Updated `@typescript-eslint` from v4.28.5 to v4.29.3
175
+ - [eslint] Updated `eslint` from v7.31.0 to v7.32.0
176
+ - [eslint] Updated `eslint-plugin-functional` from v3.3.0 to v3.6.0
177
+ - [eslint] Updated `eslint-plugin-import` from v2.23.4 to v2.24.1
178
+ - [eslint] Updated `eslint-plugin-jsdoc` from v36.0.6 to v36.0.7
179
+ - [eslint] Updated `eslint-plugin-unicorn` from v34.0.1 to v35.0.0
180
+ - [eslint] Activated `ignoreDeclarationMerge` of [`@typescript-eslint/no-redeclare`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-redeclare.md) rule
67
181
  - [eslint] Make use of [`@typescript-eslint/prefer-return-this-type`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/prefer-return-this-type.md) rule
68
182
  - [eslint] Make use of [`functional/prefer-tacit`](https://github.com/jonaskello/eslint-plugin-functional/blob/master/docs/rules/prefer-tacit.md) rule
69
- - [eslint] Activate `ignoreTypeImports` of [`import/max-dependencies`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/max-dependencies.md) rule
183
+ - [eslint] Activated `ignoreTypeImports` of [`import/max-dependencies`](https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/max-dependencies.md) rule
70
184
  - [eslint] Make use of [`unicorn/prefer-object-from-entries`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-object-from-entries.md) rule
71
185
  - [eslint] Make use of [`unicorn/no-useless-length-check`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-length-check.md) rule
72
186
  - [eslint] Make use of [`unicorn/no-useless-spread`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-spread.md) rule
73
- - [eslint] Activate `allowSimpleOperations` of [`unicorn/no-array-reduce`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-reduce.md) rule
187
+ - [eslint] Activated `allowSimpleOperations` of [`unicorn/no-array-reduce`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-reduce.md) rule
74
188
 
75
189
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.24.0...v1.25.0)
76
190
 
@@ -78,20 +192,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
78
192
 
79
193
  ### Changed
80
194
 
81
- - [stylelint] Add `overscroll-behavior` CSS property to `order/properties-order` plugin configuration after `overflow[-x/y]`
195
+ - [stylelint] Added `overscroll-behavior` CSS property to `order/properties-order` plugin configuration after `overflow[-x/y]`
82
196
  - [eslint] Make use of [`unicorn/no-array-method-this-argument`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-array-method-this-argument.md) rule
83
197
  - [eslint] Make use of [`unicorn/prefer-top-level-await`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-top-level-await.md) rule
84
198
  - [eslint] Make use of [`jest/max-nested-describe`](https://github.com/jest-community/eslint-plugin-jest/blob/main/docs/rules/max-nested-describe.md) rule
85
- - [eslint] Update `@typescript-eslint` from v4.26.1 to v4.28.5
86
- - [eslint] Update `eslint` from v7.28.0 to v7.31.0
87
- - [eslint] Update `eslint-plugin-functional` from v3.2.1 to v3.3.0
88
- - [eslint] Update `eslint-plugin-jest` from v24.3.6 to v24.4.0
89
- - [eslint] Update `eslint-plugin-jsdoc` from v35.2.0 to v36.0.6
90
- - [eslint] Update `eslint-plugin-unicorn` from v33.0.1 to v34.0.1
91
- - [markdownlint] Update `markdownlint-cli` from v0.27.1 to v0.28.1
92
- - [stylelint] Update `stylelint-declaration-block-no-ignored-properties` from v2.3.0 to v2.4.0
93
- - [stylelint] Update `stylelint-scss` from v3.19.0 to v3.20.1
94
- - [stylelint] Update `stylelint-use-logical-spec` from v3.2.0 to v3.2.2
199
+ - [eslint] Updated `@typescript-eslint` from v4.26.1 to v4.28.5
200
+ - [eslint] Updated `eslint` from v7.28.0 to v7.31.0
201
+ - [eslint] Updated `eslint-plugin-functional` from v3.2.1 to v3.3.0
202
+ - [eslint] Updated `eslint-plugin-jest` from v24.3.6 to v24.4.0
203
+ - [eslint] Updated `eslint-plugin-jsdoc` from v35.2.0 to v36.0.6
204
+ - [eslint] Updated `eslint-plugin-unicorn` from v33.0.1 to v34.0.1
205
+ - [markdownlint] Updated `markdownlint-cli` from v0.27.1 to v0.28.1
206
+ - [stylelint] Updated `stylelint-declaration-block-no-ignored-properties` from v2.3.0 to v2.4.0
207
+ - [stylelint] Updated `stylelint-scss` from v3.19.0 to v3.20.1
208
+ - [stylelint] Updated `stylelint-use-logical-spec` from v3.2.0 to v3.2.2
95
209
 
96
210
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.23.0...v1.24.0)
97
211
 
@@ -100,13 +214,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
100
214
  ### Changed
101
215
 
102
216
  - [eslint/overrides-jest] Don't apply any of the rules for `.jsx` and `.tsx` files
103
- - [eslint] Update `eslint-plugin-jsdoc` from v35.1.3 to v35.2.0
217
+ - [eslint] Updated `eslint-plugin-jsdoc` from v35.1.3 to v35.2.0
104
218
 
105
219
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.22.3...v1.23.0)
106
220
 
107
221
  ## [1.22.3] - 2021.06.08
108
222
 
109
- - [eslint] Re-add [`eslint-import-resolver-typescript`](https://www.npmjs.com/package/eslint-import-resolver-typescript) for configurations without `webpack.config.js`
223
+ - [eslint] Re-added [`eslint-import-resolver-typescript`](https://www.npmjs.com/package/eslint-import-resolver-typescript) for configurations without `webpack.config.js`
110
224
 
111
225
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.22.2...v1.22.3)
112
226
 
@@ -115,7 +229,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
115
229
  ### Changed
116
230
 
117
231
  - [eslint] Updated `@typescript-eslint/eslint-plugin` from v4.26.0 to v4.26.1
118
- - [eslint] Activate `allowComputed` of [`import/namespace`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/namespace.md) rule
232
+ - [eslint] Activated `allowComputed` of [`import/namespace`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/namespace.md) rule
119
233
 
120
234
  ### Fixed
121
235
 
@@ -147,15 +261,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
147
261
  - [eslint] Updated `eslint-plugin-jsdoc` from v35.0.0 to v35.1.2
148
262
  - [eslint] Updated `eslint-plugin-react` from v7.23.2 to v7.24.0
149
263
  - [eslint] Updated `eslint-plugin-unicorn` from v32.0.1 to v33.0.0
150
- - [eslint] Make use of new "[unicorn/require-array-join-separator](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-array-join-separator.md)" rule
151
- - [eslint] Make use of new "[unicorn/require-number-to-fixed-digits-argument](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-number-to-fixed-digits-argument.md)" rule
152
- - [eslint] Make use of new "[unicorn/prefer-prototype-methods](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-prototype-methods.md)" rule
153
- - [eslint] Make use of new "[unicorn/prefer-object-has-own](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-object-has-own.md)" rule
154
- - [eslint] Activate "[import/no-import-module-exports](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md)" rule
264
+ - [eslint] Make use of new [`unicorn/require-array-join-separator`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-array-join-separator.md) rule
265
+ - [eslint] Make use of new [`unicorn/require-number-to-fixed-digits-argument`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/require-number-to-fixed-digits-argument.md) rule
266
+ - [eslint] Make use of new [`unicorn/prefer-prototype-methods`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-prototype-methods.md) rule
267
+ - [eslint] Make use of new [`unicorn/prefer-object-has-own`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-object-has-own.md) rule
268
+ - [eslint] Activated [`import/no-import-module-exports`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md) rule
155
269
  - [eslint] Change `@typescript-eslint/method-signature-style` to `property`
156
270
  - [eslint/overrides-react] Activate options `forbidDefaultForRequired` and `ignoreFunctionalComponents` of `react/require-default-props` rule
157
271
  - [eslint] Make use of [`eslint-import-resolver-typescript`](https://www.npmjs.com/package/eslint-import-resolver-typescript) package
158
- - [eslint] Activate "[import/no-unresolved](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-unresolved.md)" rule
272
+ - [eslint] Activated [`import/no-unresolved`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-unresolved.md) rule
159
273
 
160
274
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.21.0...v1.22.0)
161
275
 
@@ -165,7 +279,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
165
279
 
166
280
  - [eslint] Updated `@typescript-eslint` from v4.24.0 to v4.25.0
167
281
  - [eslint] Updated `eslint-plugin-jsdoc` from v34.8.2 to v35.0.0
168
- - [eslint] Active `ignoreNonDOM` option for `jsx-a11y/no-autofocus` rule
282
+ - [eslint] Actived `ignoreNonDOM` option for `jsx-a11y/no-autofocus` rule
169
283
 
170
284
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.20.0...v1.21.0)
171
285
 
@@ -177,7 +291,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
177
291
  - [eslint] Updated `eslint` from v7.26.0 to v7.27.0
178
292
  - [eslint] Updated `eslint-plugin-import` from v2.22.1 to v2.23.3
179
293
  - [eslint] Updated `eslint-plugin-jsdoc` from v34.7.0 to v34.8.2
180
- - [eslint] Activated "[jsdoc/tag-lines](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-tag-lines)" rule
294
+ - [eslint] Activated [`jsdoc/tag-lines`](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-tag-lines) rule
181
295
 
182
296
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.19.0...v1.20.0)
183
297
 
@@ -198,7 +312,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
198
312
 
199
313
  ### Changed
200
314
 
201
- - [eslint] Downgrade `eslint-plugin-import` from v2.23.2 to v2.22.1 because of [this issue](https://github.com/import-js/eslint-plugin-import/issues/2070)
315
+ - [eslint] Downgraded `eslint-plugin-import` from v2.23.2 to v2.22.1 because of [this issue](https://github.com/import-js/eslint-plugin-import/issues/2070)
202
316
  - [eslint] Updated `@typescript-eslint` from v4.23.0 to v4.24.0
203
317
  - [eslint] Updated `eslint-plugin-jsdoc` from v34.6.0 to v34.7.0
204
318
  - [audit] Updated `improved-yarn-audit` from v2.3.2 to v2.3.3
@@ -209,11 +323,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
209
323
 
210
324
  ### Added
211
325
 
212
- - [eslint] Activate the "[import/no-relative-packages](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-relative-packages.md)" rule
213
- - [eslint] Make use of new "[jsdoc/multiline-blocks](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-multiline-blocks)" rule
214
- - [eslint] Make use of new "[jsdoc/no-multi-asterisks](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-no-multi-asterisks)" rule
215
- - [eslint] Added but disabled the "[jsdoc/tag-lines](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-tag-lines)" rule
216
- - [eslint] Added but disabled the "[import/no-import-module-exports](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md)" rule
326
+ - [eslint] Activated the [`import/no-relative-packages`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-relative-packages.md) rule
327
+ - [eslint] Make use of new [`jsdoc/multiline-blocks`](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-multiline-blocks) rule
328
+ - [eslint] Make use of new [`jsdoc/no-multi-asterisks`](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-no-multi-asterisks) rule
329
+ - [eslint] Added but disabled the [`jsdoc/tag-lines`](https://github.com/gajus/eslint-plugin-jsdoc#eslint-plugin-jsdoc-rules-tag-lines) rule
330
+ - [eslint] Added but disabled the [`import/no-import-module-exports`](https://github.com/import-js/eslint-plugin-import/blob/master/docs/rules/no-import-module-exports.md) rule
217
331
  - [eslint/overrides-javascript(-lazy)] Added "args" the the [unicorn/prevent-abbreviations](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/v32.0.1/docs/rules/prevent-abbreviations.md) `allowList`.
218
332
 
219
333
  ### Changed
@@ -229,7 +343,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
229
343
 
230
344
  ### Added
231
345
 
232
- - [eslint] Activate the "[unicorn/no-document-cookie](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-document-cookie.md)" rule
346
+ - [eslint] Activated the [`unicorn/no-document-cookie`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-document-cookie.md) rule
233
347
  - [audit] Make minimum severity level configurable using `--min-severity`
234
348
 
235
349
  ### Changed
@@ -245,7 +359,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
245
359
 
246
360
  ### Changed
247
361
 
248
- - [eslint/overrides-javascript(-lazy)] The "[@typescript-eslint/no-unsafe-assignment](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-namespace.md)" rule has been disabled for JavaScript files due a
362
+ - [eslint/overrides-javascript(-lazy)] The [`@typescript-eslint/no-unsafe-assignment`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-namespace.md) rule has been disabled for JavaScript files due a
249
363
  [bug in typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/issues/1943)
250
364
  - [stylelint] Updated `stylelint` from v13.13.0 to v13.13.1
251
365
 
@@ -261,7 +375,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
261
375
  ### Changed
262
376
 
263
377
  - [eslint] Updated `eslint-plugin-jsdoc` from v32.3.2 to v33.0.0
264
- - [eslint] Activate `allowDeclarations` options for "[@typescript-eslint/no-namespace](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-namespace.md)" rule
378
+ - [eslint] Activated `allowDeclarations` options for [`@typescript-eslint/no-namespace`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-namespace.md) rule
265
379
 
266
380
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.14.0...v1.15.0)
267
381
 
@@ -269,9 +383,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
269
383
 
270
384
  ### Added
271
385
 
272
- - [stylelint] "[scss/at-function-named-arguments](https://github.com/kristerkari/stylelint-scss/tree/master/src/rules/at-function-named-arguments) now ignores "color.scale", beside "scale-color"
273
- - [stylelint] Activate the "[no-invalid-position-at-import-rule](https://github.com/stylelint/stylelint/tree/master/lib/rules/no-invalid-position-at-import-rule)" rule
274
- - [stylelint] Activate the "[no-irregular-whitespace](https://github.com/stylelint/stylelint/tree/master/lib/rules/no-irregular-whitespace)" rule
386
+ - [stylelint] [`scss/at-function-named-arguments`](https://github.com/kristerkari/stylelint-scss/tree/master/src/rules/at-function-named-arguments) now ignores "color.scale", beside "scale-color"
387
+ - [stylelint] Activated the [`no-invalid-position-at-import-rule`](https://github.com/stylelint/stylelint/tree/master/lib/rules/no-invalid-position-at-import-rule) rule
388
+ - [stylelint] Activated the [`no-irregular-whitespace`](https://github.com/stylelint/stylelint/tree/master/lib/rules/no-irregular-whitespace) rule
275
389
 
276
390
  ### Changed
277
391
 
@@ -279,7 +393,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
279
393
  - [eslint] Updated `eslint-plugin-jest` from v24.3.5 to v24.3.6
280
394
  - [eslint] Updated `eslint-plugin-jsdoc` from v32.3.1 to v32.3.2
281
395
  - [stylelint] Updated `stylelint` from v13.12.0 to v13.13.0
282
- - [stylelint] Added but disabled new "[selector-disallowed-list](https://github.com/stylelint/stylelint/tree/master/lib/rules/selector-disallowed-list)" rule
396
+ - [stylelint] Added but disabled new [`selector-disallowed-list`](https://github.com/stylelint/stylelint/tree/master/lib/rules/selector-disallowed-list) rule
283
397
 
284
398
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.13.1...v1.14.0)
285
399
 
@@ -287,7 +401,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
287
401
 
288
402
  ### Changed
289
403
 
290
- - [eslint] Disable "[unicorn/no-useless-undefined](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-undefined.md)" option `checkArguments`
404
+ - [eslint] Disabled [`unicorn/no-useless-undefined`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-undefined.md) option `checkArguments`
291
405
 
292
406
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.13.0...v1.13.1)
293
407
 
@@ -295,16 +409,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
295
409
 
296
410
  ### Added
297
411
 
298
- - [eslint] Activate the "[unicorn/no-useless-undefined](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-undefined.md)" rule
412
+ - [eslint] Activated the [`unicorn/no-useless-undefined`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-useless-undefined.md) rule
299
413
 
300
414
  ### Changed
301
415
 
302
416
  - [eslint] Updated `eslint-plugin-unicorn` from v29.0.0 to v31.0.0
303
- - [eslint] Make use of new "[unicorn/prefer-switch](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-switch.md)" rule
304
- - [eslint] Disable new "[unicorn/prefer-node-protocol](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-node-protocol.md)" rule, till it's widely supported
305
- - [eslint] Disable new "[unicorn/prefer-module](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-module.md)" rule, till it's wider supported
417
+ - [eslint] Make use of new [`unicorn/prefer-switch`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-switch.md) rule
418
+ - [eslint] Disabled new [`unicorn/prefer-node-protocol`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-node-protocol.md) rule, till it's widely supported
419
+ - [eslint] Disabled new [`unicorn/prefer-module`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-module.md) rule, till it's wider supported
306
420
  - [eslint] Updated `stylelint-selector-tag-no-without-class` from v2.0.3 to v2.0.4
307
- - [eslint] Update `eslint-plugin-jsdoc` from v32.3.0 to v32.3.1
421
+ - [eslint] Updated `eslint-plugin-jsdoc` from v32.3.0 to v32.3.1
308
422
 
309
423
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.12.0...v1.13.0)
310
424
 
@@ -314,7 +428,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
314
428
 
315
429
  - [stylelint] Disallow all tag selectors without class in CSS Modules, using the [stylelint-selector-tag-no-without-class](https://github.com/Moxio/stylelint-selector-tag-no-without-class) plugin (only `from`/`to` is allowed, because of
316
430
  [this issue](https://github.com/Moxio/stylelint-selector-tag-no-without-class/issues/5))
317
- - [stylelint] Activate the "[order/order](https://github.com/hudochenkov/stylelint-order/blob/master/rules/order/README.md)" rule and enforce this order:
431
+ - [stylelint] Activated the [`order/order`](https://github.com/hudochenkov/stylelint-order/blob/master/rules/order/README.md) rule and enforce this order:
318
432
  - "dollar-variables"
319
433
  - `@extend`
320
434
  - `@include`
@@ -325,7 +439,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
325
439
  - `@keyframes`
326
440
 
327
441
  (other at-rules can be used everywhere)
328
- - [stylelint] Activate the "[scss/no-global-function-names](https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/no-global-function-names/README.md)" rule
442
+ - [stylelint] Activated the [`scss/no-global-function-names`](https://github.com/kristerkari/stylelint-scss/blob/master/src/rules/no-global-function-names/README.md) rule
329
443
 
330
444
  ### Changed
331
445
 
@@ -338,8 +452,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
338
452
 
339
453
  ### Changed
340
454
 
341
- - [eslint] Disable "[unicorn/prefer-spread](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-spread.md)" because of false-positives for non-array objects (like non-iterables or typed arrays).
342
- - [eslint/overrides-javascript-lazy] Disable "[@typescript-eslint/no-unsafe-argument](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unsafe-argument.md)"
455
+ - [eslint] Disabled [`unicorn/prefer-spread`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-spread.md) because of false-positives for non-array objects (like non-iterables or typed arrays).
456
+ - [eslint/overrides-javascript-lazy] Disable [`@typescript-eslint/no-unsafe-argument`](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-unsafe-argument.md)
343
457
 
344
458
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.10.0...v1.11.0)
345
459
 
@@ -349,12 +463,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
349
463
 
350
464
  - [tsc] Lazy peer dependency check for TypeScript, instead of forcing a specific version
351
465
  - [eslint] Updated `eslint` from v7.22.0 to v4.24.0
352
- - [eslint] Make use of `eslint` option "disallowTemplateShorthand" of "[no-implicit-coercion](https://eslint.org/docs/rules/no-implicit-coercion)"
466
+ - [eslint] Make use of `eslint` option "disallowTemplateShorthand" of [`no-implicit-coercion`](https://eslint.org/docs/rules/no-implicit-coercion)
353
467
  - [eslint] Updated `@typescript-eslint` from v4.19.0 to v4.22.0
354
- - [eslint] Make use of new "[@typescript-eslint/no-unsafe-argument](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin/docs/rules/no-unsafe-argument.md)" rule
468
+ - [eslint] Make use of new [`@typescript-eslint/no-unsafe-argument`](https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin/docs/rules/no-unsafe-argument.md) rule
355
469
  - [eslint] Updated `eslint-plugin-jest` from v24.3.2 to v24.3.5
356
470
  - [eslint] Updated `eslint-plugin-react` from v7.22.0 to v7.23.2
357
- - [eslint] Make use of new "[react/no-unstable-nested-components](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unstable-nested-components.md)" rule
471
+ - [eslint] Make use of new [`react/no-unstable-nested-components`](https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/no-unstable-nested-components.md) rule
358
472
  - [sass] Updated `stylelint-selector-no-empty` from v1.0.7 to v1.0.8
359
473
  - [audit] Updated `better-npm-audit` from v1.0.7 to v1.0.8
360
474
 
@@ -366,7 +480,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
366
480
 
367
481
  - [eslint] Updated `@typescript-eslint` to v4.19.0
368
482
  - [eslint] Updated `eslint-plugin-unicorn` to v29.0.0
369
- - [eslint] Make use of `eslint-plugin-unicorn` "[no-static-only-class](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-static-only-class.md)" and "[prefer-array-flat](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-array-flat.md)" rule
483
+ - [eslint] Make use of `eslint-plugin-unicorn` [`no-static-only-class`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/no-static-only-class.md) and [`prefer-array-flat`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-array-flat.md) rule
370
484
 
371
485
  [Show all code changes](https://github.com/jens-duttke/linter-bundle/compare/v1.8.0...v1.9.0)
372
486
 
@@ -385,7 +499,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
385
499
 
386
500
  ### Changed
387
501
 
388
- - [general] Move `check-outdated` dependency to devDependencies
502
+ - [general] Moved `check-outdated` dependency to devDependencies
389
503
  - [eslint] Updated `"eslint-plugin-jest` to v24.3.2
390
504
  - [markdownlint] [`MD024`](https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md024---multiple-headings-with-the-same-content): Activate
391
505
  "siblings_only" option
package/README.md CHANGED
@@ -42,16 +42,26 @@ Beside that, the following additional rules are part of this bundle:
42
42
  ### stylelint
43
43
 
44
44
  - [stylelint-declaration-block-no-ignored-properties](https://www.npmjs.com/package/stylelint-declaration-block-no-ignored-properties)
45
- - [stylelint-high-performance-animation](https://www.npmjs.com/package/stylelint-high-performance-animation)
45
+ - [stylelint-high-performance-animation](https://www.npmjs.com/package/stylelint-high-performance-animation) (Forked version)
46
46
  - [stylelint-order](https://www.npmjs.com/package/stylelint-order)
47
47
  - [stylelint-scss](https://www.npmjs.com/package/stylelint-scss)
48
48
  - [stylelint-selector-no-empty](https://www.npmjs.com/package/stylelint-selector-no-empty)
49
- - [stylelint-selector-tag-no-without-class](https://github.com/Moxio/stylelint-selector-tag-no-without-class)
49
+ - [stylelint-selector-tag-no-without-class](https://www.npmjs.com/package/stylelint-selector-tag-no-without-class) (Forked version)
50
50
  - [stylelint-use-logical-spec](https://www.npmjs.com/package/stylelint-use-logical-spec)
51
- - [stylelint-use-nesting](https://www.npmjs.com/package/stylelint-use-nesting)
51
+
52
+ ### Previously used, but now unmaintained plugins
53
+
54
+ Unfortunately a couple of previously used plugins are not regularly maintained or depend on unmaintained third-party code which blocks them from updating, so they don't provide updates for the major releases of the linters (ESLint and Stylelint).
55
+ For that reason the following plugins are not used anymore:
56
+
57
+ - [stylelint-use-nesting](https://www.npmjs.com/package/stylelint-use-nesting) (removed on 2021-11-05)
58
+
59
+ If these plugins are maintained again, the plugins will also be used again.
52
60
 
53
61
  ## Install
54
62
 
63
+ Ensure you are using atleast Node.js version 14.
64
+
55
65
  ```sh
56
66
  npm install linter-bundle --save-dev
57
67
  ```
@@ -308,7 +318,7 @@ This can be done by adding these options to your `.vscode/settings.json`:
308
318
  {
309
319
  "eslint.nodePath": "./node_modules/linter-bundle/node_modules/eslint",
310
320
  "eslint.options": {
311
- "configFile": "./.eslintrc.js",
321
+ "overrideConfigFile": "./.eslintrc.js",
312
322
  "resolvePluginsRelativeTo": "./node_modules/linter-bundle",
313
323
  "rulePaths": ["./node_modules/linter-bundle/eslint/rules"],
314
324
  "reportUnusedDisableDirectives": "error",