@mscharley/eslint-config 2.0.5 → 3.0.1

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
@@ -1,13 +1,46 @@
1
1
  # Change Log - @mscharley/eslint-config
2
2
 
3
+ ## 3.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 5043068: fix(deps): update dependency eslint-plugin-import to ^2.29.0
8
+ - fea35d8: fix(deps): update typescript-eslint monorepo to ^6.9.0
9
+
10
+ ## 3.0.0
11
+
12
+ ### Major Changes
13
+
14
+ - 8c354c7: Drop node 14 support
15
+
16
+ ### Patch Changes
17
+
18
+ - ac5cd32: fix(deps): update dependency typescript to ^5.2.2
19
+ - e6e4b30: fix(deps): update dependency eslint to ^8.51.0
20
+ - 786ed22: fix(deps): update dependency eslint-config-prettier to ^8.10.0
21
+ - 6ec9620: fix(deps): update typescript-eslint monorepo to v6 (major)
22
+ - 59b0e98: fix(deps): update dependency eslint to ^8.52.0
23
+ - 754d880: fix(deps): update dependency eslint-import-resolver-typescript to ^3.6.1
24
+ - 0b31c67: fix(deps): update dependency eslint-config-prettier to v9
25
+ - 2f2991d: fix(deps): update dependency eslint-plugin-deprecation to v2
26
+ - 84d02e8: fix(deps): update dependency eslint-plugin-prettier to v5
27
+ - f333841: fix(deps): update dependency prettier to v3
28
+ - 13f35df: fix(deps): update dependency eslint-plugin-import to ^2.28.1
29
+ - d0e36cf: fix(deps): update dependency eslint-plugin-react to ^7.33.2
30
+ - Updated dependencies [f333841]
31
+ - Updated dependencies [8c354c7]
32
+ - @mscharley/prettier-config@3.0.0
33
+
3
34
  This log was last generated on Sat, 21 Oct 2023 04:40:46 GMT and should not be manually modified.
4
35
 
5
36
  ## 2.0.5
37
+
6
38
  Sat, 21 Oct 2023 04:40:46 GMT
7
39
 
8
40
  _Version update only_
9
41
 
10
42
  ## 2.0.4
43
+
11
44
  Sun, 02 Jul 2023 02:48:38 GMT
12
45
 
13
46
  ### Patches
@@ -15,6 +48,7 @@ Sun, 02 Jul 2023 02:48:38 GMT
15
48
  - Fix ordering issues
16
49
 
17
50
  ## 2.0.3
51
+
18
52
  Sun, 02 Jul 2023 02:43:53 GMT
19
53
 
20
54
  ### Patches
@@ -22,6 +56,7 @@ Sun, 02 Jul 2023 02:43:53 GMT
22
56
  - Remove bad field value in package.json
23
57
 
24
58
  ## 2.0.2
59
+
25
60
  Sun, 02 Jul 2023 02:35:52 GMT
26
61
 
27
62
  ### Patches
@@ -29,6 +64,7 @@ Sun, 02 Jul 2023 02:35:52 GMT
29
64
  - Better support for esm projects
30
65
 
31
66
  ## 2.0.1
67
+
32
68
  Mon, 20 Mar 2023 15:00:56 GMT
33
69
 
34
70
  ### Patches
@@ -36,6 +72,7 @@ Mon, 20 Mar 2023 15:00:56 GMT
36
72
  - Bump to typescript 5.x
37
73
 
38
74
  ## 1.8.5
75
+
39
76
  Wed, 14 Sep 2022 21:08:45 GMT
40
77
 
41
78
  ### Patches
@@ -43,6 +80,7 @@ Wed, 14 Sep 2022 21:08:45 GMT
43
80
  - fix: updates
44
81
 
45
82
  ## 1.8.4
83
+
46
84
  Fri, 18 Mar 2022 07:40:16 GMT
47
85
 
48
86
  ### Patches
@@ -50,6 +88,7 @@ Fri, 18 Mar 2022 07:40:16 GMT
50
88
  - fix: bump dependency updates
51
89
 
52
90
  ## 1.8.3
91
+
53
92
  Wed, 02 Mar 2022 01:14:53 GMT
54
93
 
55
94
  ### Patches
@@ -57,6 +96,7 @@ Wed, 02 Mar 2022 01:14:53 GMT
57
96
  - fix: buggy testing rules
58
97
 
59
98
  ## 1.8.2
99
+
60
100
  Wed, 02 Mar 2022 01:05:01 GMT
61
101
 
62
102
  ### Patches
@@ -64,6 +104,7 @@ Wed, 02 Mar 2022 01:05:01 GMT
64
104
  - fix: dependencies
65
105
 
66
106
  ## 1.8.1
107
+
67
108
  Wed, 02 Mar 2022 00:53:04 GMT
68
109
 
69
110
  ### Patches
@@ -71,6 +112,7 @@ Wed, 02 Mar 2022 00:53:04 GMT
71
112
  - fix: add required package dependencies
72
113
 
73
114
  ## 1.8.0
115
+
74
116
  Wed, 02 Mar 2022 00:45:39 GMT
75
117
 
76
118
  ### Minor changes
@@ -78,11 +120,13 @@ Wed, 02 Mar 2022 00:45:39 GMT
78
120
  - feat: add support for linting react apps
79
121
 
80
122
  ## 1.7.1
123
+
81
124
  Tue, 25 Jan 2022 14:41:46 GMT
82
125
 
83
126
  _Version update only_
84
127
 
85
128
  ## 1.7.0
129
+
86
130
  Fri, 10 Dec 2021 13:24:54 GMT
87
131
 
88
132
  ### Minor changes
@@ -94,6 +138,7 @@ Fri, 10 Dec 2021 13:24:54 GMT
94
138
  - fix: add tests for styling and reasonings why
95
139
 
96
140
  ## 1.6.3
141
+
97
142
  Thu, 16 Sep 2021 18:50:52 GMT
98
143
 
99
144
  ### Patches
@@ -101,6 +146,7 @@ Thu, 16 Sep 2021 18:50:52 GMT
101
146
  - fix: also ignore unused args
102
147
 
103
148
  ## 1.6.2
149
+
104
150
  Wed, 15 Sep 2021 12:36:38 GMT
105
151
 
106
152
  ### Patches
@@ -108,6 +154,7 @@ Wed, 15 Sep 2021 12:36:38 GMT
108
154
  - fix(eslint): configure no-unused-vars
109
155
 
110
156
  ## 1.6.1
157
+
111
158
  Wed, 15 Sep 2021 11:43:56 GMT
112
159
 
113
160
  ### Patches
@@ -115,6 +162,7 @@ Wed, 15 Sep 2021 11:43:56 GMT
115
162
  - fix: dependency updates
116
163
 
117
164
  ## 1.6.0
165
+
118
166
  Fri, 03 Sep 2021 15:47:23 GMT
119
167
 
120
168
  ### Minor changes
@@ -122,6 +170,7 @@ Fri, 03 Sep 2021 15:47:23 GMT
122
170
  - fix: move dependencies into peerDependencies
123
171
 
124
172
  ## 1.5.3
173
+
125
174
  Thu, 22 Jul 2021 08:07:44 GMT
126
175
 
127
176
  ### Patches
@@ -129,6 +178,7 @@ Thu, 22 Jul 2021 08:07:44 GMT
129
178
  - fix: explicitly disable indent rule to prevent conflicts with prettier
130
179
 
131
180
  ## 1.5.2
181
+
132
182
  Thu, 24 Jun 2021 06:27:07 GMT
133
183
 
134
184
  ### Patches
@@ -136,6 +186,7 @@ Thu, 24 Jun 2021 06:27:07 GMT
136
186
  - fix: add typescript definitions as valid imports
137
187
 
138
188
  ## 1.5.1
189
+
139
190
  Sun, 06 Jun 2021 10:12:59 GMT
140
191
 
141
192
  ### Patches
@@ -143,6 +194,7 @@ Sun, 06 Jun 2021 10:12:59 GMT
143
194
  - fix(node): cleanup some issues with node/ts compatibility
144
195
 
145
196
  ## 1.5.0
197
+
146
198
  Sun, 06 Jun 2021 09:28:52 GMT
147
199
 
148
200
  ### Minor changes
@@ -150,6 +202,7 @@ Sun, 06 Jun 2021 09:28:52 GMT
150
202
  - feat(eslint): enable node specific rules
151
203
 
152
204
  ## 1.4.0
205
+
153
206
  Thu, 13 May 2021 02:22:48 GMT
154
207
 
155
208
  ### Minor changes
@@ -157,6 +210,7 @@ Thu, 13 May 2021 02:22:48 GMT
157
210
  - Enabled the @typescript-eslint/unbound-method eslint rule
158
211
 
159
212
  ## 1.3.9
213
+
160
214
  Fri, 19 Mar 2021 01:16:16 GMT
161
215
 
162
216
  ### Patches
@@ -164,6 +218,7 @@ Fri, 19 Mar 2021 01:16:16 GMT
164
218
  - fix: make sort-imports rule a warning
165
219
 
166
220
  ## 1.3.8
221
+
167
222
  Thu, 11 Mar 2021 10:43:16 GMT
168
223
 
169
224
  ### Patches
@@ -171,6 +226,7 @@ Thu, 11 Mar 2021 10:43:16 GMT
171
226
  - fix: make explicit-function-return-type a warning
172
227
 
173
228
  ## 1.3.7
229
+
174
230
  Tue, 09 Mar 2021 03:51:43 GMT
175
231
 
176
232
  ### Patches
@@ -178,6 +234,7 @@ Tue, 09 Mar 2021 03:51:43 GMT
178
234
  - fix: allow for importing just eslint settings
179
235
 
180
236
  ## 1.3.6
237
+
181
238
  Mon, 08 Mar 2021 15:33:00 GMT
182
239
 
183
240
  ### Patches
@@ -185,6 +242,7 @@ Mon, 08 Mar 2021 15:33:00 GMT
185
242
  - fix: allow linting top-level js config files
186
243
 
187
244
  ## 1.3.5
245
+
188
246
  Mon, 08 Mar 2021 11:43:10 GMT
189
247
 
190
248
  ### Patches
@@ -192,6 +250,7 @@ Mon, 08 Mar 2021 11:43:10 GMT
192
250
  - fix: allow void in some cases
193
251
 
194
252
  ## 1.3.4
253
+
195
254
  Mon, 08 Mar 2021 11:15:51 GMT
196
255
 
197
256
  ### Patches
@@ -199,6 +258,7 @@ Mon, 08 Mar 2021 11:15:51 GMT
199
258
  - fix: allow 0 and 1 as magic numbers
200
259
 
201
260
  ## 1.3.3
261
+
202
262
  Mon, 08 Mar 2021 09:01:29 GMT
203
263
 
204
264
  ### Patches
@@ -206,6 +266,7 @@ Mon, 08 Mar 2021 09:01:29 GMT
206
266
  - fix: add unions to no-type-alias too
207
267
 
208
268
  ## 1.3.2
269
+
209
270
  Sat, 06 Mar 2021 03:48:39 GMT
210
271
 
211
272
  ### Patches
@@ -213,6 +274,7 @@ Sat, 06 Mar 2021 03:48:39 GMT
213
274
  - fix: remove conflicting rule between eslint and prettier
214
275
 
215
276
  ## 1.3.1
277
+
216
278
  Sat, 06 Mar 2021 03:03:15 GMT
217
279
 
218
280
  ### Patches
@@ -221,6 +283,7 @@ Sat, 06 Mar 2021 03:03:15 GMT
221
283
  - fix: disable prefer-readonly-parameter-types
222
284
 
223
285
  ## 1.3.0
286
+
224
287
  Fri, 05 Mar 2021 09:21:17 GMT
225
288
 
226
289
  ### Minor changes
@@ -228,6 +291,7 @@ Fri, 05 Mar 2021 09:21:17 GMT
228
291
  - feat: implement prettier support
229
292
 
230
293
  ## 1.2.9
294
+
231
295
  Thu, 04 Mar 2021 07:56:18 GMT
232
296
 
233
297
  ### Patches
@@ -235,6 +299,7 @@ Thu, 04 Mar 2021 07:56:18 GMT
235
299
  - chore: bump eslint dependencies
236
300
 
237
301
  ## 1.2.8
302
+
238
303
  Thu, 04 Mar 2021 07:19:47 GMT
239
304
 
240
305
  ### Patches
@@ -242,6 +307,7 @@ Thu, 04 Mar 2021 07:19:47 GMT
242
307
  - Bump to typescript 4.2
243
308
 
244
309
  ## 1.2.7
310
+
245
311
  Mon, 18 Jan 2021 05:11:39 GMT
246
312
 
247
313
  ### Patches
@@ -249,6 +315,7 @@ Mon, 18 Jan 2021 05:11:39 GMT
249
315
  - allow sorted imports to be split into blocks
250
316
 
251
317
  ## 1.2.6
318
+
252
319
  Wed, 16 Dec 2020 07:15:14 GMT
253
320
 
254
321
  ### Patches
@@ -256,6 +323,7 @@ Wed, 16 Dec 2020 07:15:14 GMT
256
323
  - fix: include deprecation warnings
257
324
 
258
325
  ## 1.2.5
326
+
259
327
  Wed, 16 Dec 2020 04:09:07 GMT
260
328
 
261
329
  ### Patches
@@ -263,6 +331,7 @@ Wed, 16 Dec 2020 04:09:07 GMT
263
331
  - fix(eslint): implement quotes rule
264
332
 
265
333
  ## 1.2.4
334
+
266
335
  Thu, 23 Apr 2020 15:40:59 GMT
267
336
 
268
337
  ### Patches
@@ -270,6 +339,7 @@ Thu, 23 Apr 2020 15:40:59 GMT
270
339
  - Add important documentation files to the package
271
340
 
272
341
  ## 1.2.3
342
+
273
343
  Wed, 22 Apr 2020 12:37:11 GMT
274
344
 
275
345
  ### Patches
@@ -277,13 +347,15 @@ Wed, 22 Apr 2020 12:37:11 GMT
277
347
  - Downgraded the eslint check for magic numbers to a warning
278
348
 
279
349
  ## 1.2.2
350
+
280
351
  Wed, 22 Apr 2020 10:46:45 GMT
281
352
 
282
353
  ### Patches
283
354
 
284
- - Fix an overbearing option from no-magic-numbers that forced *all* variables that are numbers to be defined as consts
355
+ - Fix an overbearing option from no-magic-numbers that forced _all_ variables that are numbers to be defined as consts
285
356
 
286
357
  ## 1.2.1
358
+
287
359
  Wed, 22 Apr 2020 10:21:31 GMT
288
360
 
289
361
  ### Patches
@@ -291,6 +363,7 @@ Wed, 22 Apr 2020 10:21:31 GMT
291
363
  - Better handling of issues caused by JavaScript's ASI engine
292
364
 
293
365
  ## 1.2.0
366
+
294
367
  Wed, 22 Apr 2020 10:11:40 GMT
295
368
 
296
369
  ### Minor changes
@@ -298,9 +371,9 @@ Wed, 22 Apr 2020 10:11:40 GMT
298
371
  - Fine tuned the eslint side of the settings
299
372
 
300
373
  ## 1.1.0
374
+
301
375
  Wed, 22 Apr 2020 07:35:52 GMT
302
376
 
303
377
  ### Minor changes
304
378
 
305
379
  - Added our initial configuration
306
-
package/eslint.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "rules": {
10
10
  "import/first": ["warn"],
11
11
  "import/no-cycle": ["error", { "ignoreExternal": true }],
12
- "import/no-duplicates": "off",
12
+ "import/no-duplicates": "error",
13
13
  "import/no-useless-path-segments": ["warn"],
14
14
  "array-callback-return": "error",
15
15
  "arrow-spacing": "error",
@@ -33,7 +33,7 @@
33
33
  "no-await-in-loop": "error",
34
34
  "no-buffer-constructor": "error",
35
35
  "no-console": "warn",
36
- "no-duplicate-imports": "error",
36
+ "no-duplicate-imports": "off",
37
37
  "no-eval": "error",
38
38
  "no-extend-native": "error",
39
39
  "no-extra-bind": "error",
package/package.json CHANGED
@@ -1,69 +1,47 @@
1
1
  {
2
- "name": "@mscharley/eslint-config",
3
- "version": "2.0.5",
4
- "description": "ESLint presets that I use a lot",
5
- "lint-staged": {
6
- "*.{js,jsx,ts,tsx}": "eslint -c index.js --fix",
7
- "*.json": "prettier -w"
8
- },
9
- "repository": {
10
- "type": "git",
11
- "url": "git+https://github.com/mscharley/node-presets.git"
12
- },
13
- "keywords": [
14
- "eslint",
15
- "eslint-presets"
16
- ],
17
- "author": "Matthew Scharley <matt@scharley.me>",
18
- "funding": {
19
- "type": "individual",
20
- "url": "https://github.com/sponsors/mscharley"
21
- },
22
- "license": "MIT",
23
- "bugs": {
24
- "url": "https://github.com/mscharley/node-presets/issues"
25
- },
26
- "homepage": "https://github.com/mscharley/node-presets#readme",
27
- "dependencies": {},
28
- "peerDependencies": {
29
- "@mscharley/prettier-config": "2.0.3",
30
- "@typescript-eslint/parser": "^5.55.0",
31
- "@typescript-eslint/eslint-plugin": "^5.55.0",
32
- "eslint": "^8.36.0",
33
- "eslint-config-prettier": "^8.7.0",
34
- "eslint-import-resolver-typescript": "^3.5.5",
35
- "eslint-plugin-deprecation": "^1.4.1",
36
- "eslint-plugin-import": "^2.27.5",
37
- "eslint-plugin-node": "^11.1.0",
38
- "eslint-plugin-prettier": "^4.2.1",
39
- "eslint-plugin-react": "^7.32.2",
40
- "eslint-plugin-react-hooks": "^4.6.0",
41
- "prettier": "^2.8.5",
42
- "typescript": "^5.0.2"
43
- },
44
- "devDependencies": {
45
- "@mscharley/prettier-config": "2.0.3",
46
- "@typescript-eslint/parser": "^5.60.1",
47
- "@typescript-eslint/eslint-plugin": "^5.60.1",
48
- "eslint": "^8.44.0",
49
- "eslint-config-prettier": "^8.8.0",
50
- "eslint-import-resolver-typescript": "^3.5.5",
51
- "eslint-plugin-deprecation": "^1.4.1",
52
- "eslint-plugin-import": "^2.27.5",
53
- "eslint-plugin-node": "^11.1.0",
54
- "eslint-plugin-prettier": "^4.2.1",
55
- "eslint-plugin-react": "^7.32.2",
56
- "eslint-plugin-react-hooks": "^4.6.0",
57
- "prettier": "^2.8.8",
58
- "lint-staged": "~13.2.3",
59
- "typescript": "~5.1.6",
60
- "npm-check-updates": "~16.10.13"
61
- },
62
- "scripts": {
63
- "build": "",
64
- "precommit": "lint-staged",
65
- "check-updates": "npm-check-updates 2>&1",
66
- "test": "eslint -c index.js --max-warnings 0 *.js examples"
67
- },
68
- "readme": "# @mscharley/eslint-config\n\n**Source:** [https://github.com/mscharley/node-presets](https://github.com/mscharley/node-presets) \n**Author:** Matthew Scharley \n**Contributors:** [See contributors on GitHub][gh-contrib] \n**Bugs/Support:** [Github Issues][gh-issues] \n**Copyright:** 2020 \n**License:** [MIT license][license] \n**Status:** Active\n\n## Synopsis\n\nThis is a preset for eslint for use with TypeScript or JavaScript projects.\n\n## Installation\n\n```console\n$ npm install --save-dev @mscharley/eslint-config @mscharley/prettier-config\n```\n\n## Usage\n\n```js\n// .eslintrc.js\nmodule.exports = {\n root: true,\n extends: [\n '@mscharley', // Baseline rules for any TS or JS project.\n '@mscharley/eslint-config/node', // For projects running on NodeJS.\n // '@mscharley/eslint-config/react', // For projects running React.\n ],\n};\n```\n\n```jsonc\n// .prettierrc\n\"@mscharley/prettier-config\"\n```\n\n## Extras\n\n### Deprecation warnings for JavaScript files\n\nAs a general rule we can't enable the `deprecation/deprecation` rule for JavaScript files because this rule requires TypeScript type information to work. If you have a mixed TypeScript/JavaScript project then you can enable it for the JavaScript files inside your TypeScript project using the following override:\n\n```js\n// .eslintrc.js\nmodule.exports = {\n overrides: [\n {\n // This must be a valid path inside your TypeScript source folders.\n files: [\"src/**/*.{js,jsx}\"],\n rules: { \"deprecation/deprecation\": \"warn\" },\n },\n ],\n};\n```\n\n[gh-contrib]: https://github.com/mscharley/node-presets/graphs/contributors\n[gh-issues]: https://github.com/mscharley/node-presets/issues\n[license]: https://github.com/mscharley/node-presets/blob/main/LICENSE\n"
69
- }
2
+ "name": "@mscharley/eslint-config",
3
+ "version": "3.0.1",
4
+ "publishConfig": {
5
+ "provenance": true
6
+ },
7
+ "description": "ESLint presets that I use a lot",
8
+ "scripts": {
9
+ "test": "eslint -c index.js --max-warnings 0 *.js examples"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "git+https://github.com/mscharley/node-presets.git"
14
+ },
15
+ "keywords": [
16
+ "eslint",
17
+ "eslint-presets"
18
+ ],
19
+ "author": "Matthew Scharley <matt@scharley.me>",
20
+ "funding": {
21
+ "type": "individual",
22
+ "url": "https://github.com/sponsors/mscharley"
23
+ },
24
+ "license": "MIT",
25
+ "bugs": {
26
+ "url": "https://github.com/mscharley/node-presets/issues"
27
+ },
28
+ "homepage": "https://github.com/mscharley/node-presets#readme",
29
+ "dependencies": {},
30
+ "peerDependencies": {
31
+ "@mscharley/prettier-config": "3.0.0",
32
+ "@typescript-eslint/parser": "^6.9.0",
33
+ "@typescript-eslint/eslint-plugin": "^6.9.0",
34
+ "eslint": "^8.52.0",
35
+ "eslint-config-prettier": "^9.0.0",
36
+ "eslint-import-resolver-typescript": "^3.6.1",
37
+ "eslint-plugin-deprecation": "^2.0.0",
38
+ "eslint-plugin-import": "^2.29.0",
39
+ "eslint-plugin-node": "^11.1.0",
40
+ "eslint-plugin-prettier": "^5.0.1",
41
+ "eslint-plugin-react": "^7.33.2",
42
+ "eslint-plugin-react-hooks": "^4.6.0",
43
+ "prettier": "^3.0.3",
44
+ "typescript": "^5.2.2"
45
+ },
46
+ "devDependencies": {}
47
+ }
package/typescript.json CHANGED
@@ -63,10 +63,7 @@
63
63
  "@typescript-eslint/indent": "off",
64
64
  "@typescript-eslint/member-delimiter-style": "error",
65
65
  "@typescript-eslint/method-signature-style": ["error", "property"],
66
- "no-duplicate-imports": "off",
67
- "@typescript-eslint/no-duplicate-imports": "error",
68
66
  "@typescript-eslint/no-explicit-any": "error",
69
- "@typescript-eslint/no-implicit-any-catch": "error",
70
67
  "@typescript-eslint/no-invalid-void-type": "warn",
71
68
  "no-magic-numbers": "off",
72
69
  "no-loop-func": "off",
package/CHANGELOG.json DELETED
@@ -1,607 +0,0 @@
1
- {
2
- "name": "@mscharley/eslint-config",
3
- "entries": [
4
- {
5
- "version": "2.0.5",
6
- "tag": "@mscharley/eslint-config_v2.0.5",
7
- "date": "Sat, 21 Oct 2023 04:40:46 GMT",
8
- "comments": {
9
- "dependency": [
10
- {
11
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `2.0.3`"
12
- },
13
- {
14
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `2.0.3`"
15
- }
16
- ]
17
- }
18
- },
19
- {
20
- "version": "2.0.4",
21
- "tag": "@mscharley/eslint-config_v2.0.4",
22
- "date": "Sun, 02 Jul 2023 02:48:38 GMT",
23
- "comments": {
24
- "patch": [
25
- {
26
- "comment": "Fix ordering issues"
27
- }
28
- ]
29
- }
30
- },
31
- {
32
- "version": "2.0.3",
33
- "tag": "@mscharley/eslint-config_v2.0.3",
34
- "date": "Sun, 02 Jul 2023 02:43:53 GMT",
35
- "comments": {
36
- "patch": [
37
- {
38
- "comment": "Remove bad field value in package.json"
39
- }
40
- ]
41
- }
42
- },
43
- {
44
- "version": "2.0.2",
45
- "tag": "@mscharley/eslint-config_v2.0.2",
46
- "date": "Sun, 02 Jul 2023 02:35:52 GMT",
47
- "comments": {
48
- "patch": [
49
- {
50
- "comment": "Better support for esm projects"
51
- }
52
- ],
53
- "dependency": [
54
- {
55
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `2.0.2`"
56
- },
57
- {
58
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `2.0.2`"
59
- }
60
- ]
61
- }
62
- },
63
- {
64
- "version": "2.0.1",
65
- "tag": "@mscharley/eslint-config_v2.0.1",
66
- "date": "Mon, 20 Mar 2023 15:00:56 GMT",
67
- "comments": {
68
- "patch": [
69
- {
70
- "comment": "Bump to typescript 5.x"
71
- }
72
- ],
73
- "dependency": [
74
- {
75
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `2.0.1`"
76
- },
77
- {
78
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `2.0.1`"
79
- }
80
- ]
81
- }
82
- },
83
- {
84
- "version": "1.8.5",
85
- "tag": "@mscharley/eslint-config_v1.8.5",
86
- "date": "Wed, 14 Sep 2022 21:08:45 GMT",
87
- "comments": {
88
- "patch": [
89
- {
90
- "comment": "fix: updates"
91
- }
92
- ],
93
- "dependency": [
94
- {
95
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.4`"
96
- },
97
- {
98
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.4`"
99
- }
100
- ]
101
- }
102
- },
103
- {
104
- "version": "1.8.4",
105
- "tag": "@mscharley/eslint-config_v1.8.4",
106
- "date": "Fri, 18 Mar 2022 07:40:16 GMT",
107
- "comments": {
108
- "patch": [
109
- {
110
- "comment": "fix: bump dependency updates"
111
- }
112
- ],
113
- "dependency": [
114
- {
115
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.3`"
116
- },
117
- {
118
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.3`"
119
- }
120
- ]
121
- }
122
- },
123
- {
124
- "version": "1.8.3",
125
- "tag": "@mscharley/eslint-config_v1.8.3",
126
- "date": "Wed, 02 Mar 2022 01:14:53 GMT",
127
- "comments": {
128
- "patch": [
129
- {
130
- "comment": "fix: buggy testing rules"
131
- }
132
- ]
133
- }
134
- },
135
- {
136
- "version": "1.8.2",
137
- "tag": "@mscharley/eslint-config_v1.8.2",
138
- "date": "Wed, 02 Mar 2022 01:05:01 GMT",
139
- "comments": {
140
- "patch": [
141
- {
142
- "comment": "fix: dependencies"
143
- }
144
- ]
145
- }
146
- },
147
- {
148
- "version": "1.8.1",
149
- "tag": "@mscharley/eslint-config_v1.8.1",
150
- "date": "Wed, 02 Mar 2022 00:53:04 GMT",
151
- "comments": {
152
- "patch": [
153
- {
154
- "comment": "fix: add required package dependencies"
155
- }
156
- ]
157
- }
158
- },
159
- {
160
- "version": "1.8.0",
161
- "tag": "@mscharley/eslint-config_v1.8.0",
162
- "date": "Wed, 02 Mar 2022 00:45:39 GMT",
163
- "comments": {
164
- "minor": [
165
- {
166
- "comment": "feat: add support for linting react apps"
167
- }
168
- ],
169
- "dependency": [
170
- {
171
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.2`"
172
- },
173
- {
174
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.2`"
175
- }
176
- ]
177
- }
178
- },
179
- {
180
- "version": "1.7.1",
181
- "tag": "@mscharley/eslint-config_v1.7.1",
182
- "date": "Tue, 25 Jan 2022 14:41:46 GMT",
183
- "comments": {
184
- "dependency": [
185
- {
186
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.1`"
187
- },
188
- {
189
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.1`"
190
- }
191
- ]
192
- }
193
- },
194
- {
195
- "version": "1.7.0",
196
- "tag": "@mscharley/eslint-config_v1.7.0",
197
- "date": "Fri, 10 Dec 2021 13:24:54 GMT",
198
- "comments": {
199
- "patch": [
200
- {
201
- "comment": "fix: add tests for styling and reasonings why"
202
- }
203
- ],
204
- "minor": [
205
- {
206
- "comment": "feat: bump to typescript-eslint 5.x"
207
- }
208
- ],
209
- "dependency": [
210
- {
211
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.0`"
212
- },
213
- {
214
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.2.0`"
215
- }
216
- ]
217
- }
218
- },
219
- {
220
- "version": "1.6.3",
221
- "tag": "@mscharley/eslint-config_v1.6.3",
222
- "date": "Thu, 16 Sep 2021 18:50:52 GMT",
223
- "comments": {
224
- "patch": [
225
- {
226
- "comment": "fix: also ignore unused args"
227
- }
228
- ]
229
- }
230
- },
231
- {
232
- "version": "1.6.2",
233
- "tag": "@mscharley/eslint-config_v1.6.2",
234
- "date": "Wed, 15 Sep 2021 12:36:38 GMT",
235
- "comments": {
236
- "patch": [
237
- {
238
- "comment": "fix(eslint): configure no-unused-vars"
239
- }
240
- ]
241
- }
242
- },
243
- {
244
- "version": "1.6.1",
245
- "tag": "@mscharley/eslint-config_v1.6.1",
246
- "date": "Wed, 15 Sep 2021 11:43:56 GMT",
247
- "comments": {
248
- "patch": [
249
- {
250
- "comment": "fix: dependency updates"
251
- }
252
- ],
253
- "dependency": [
254
- {
255
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.1.2`"
256
- },
257
- {
258
- "comment": "Updating dependency \"@mscharley/prettier-config\" to `1.1.2`"
259
- }
260
- ]
261
- }
262
- },
263
- {
264
- "version": "1.6.0",
265
- "tag": "@mscharley/eslint-config_v1.6.0",
266
- "date": "Fri, 03 Sep 2021 15:47:23 GMT",
267
- "comments": {
268
- "minor": [
269
- {
270
- "comment": "fix: move dependencies into peerDependencies"
271
- }
272
- ]
273
- }
274
- },
275
- {
276
- "version": "1.5.3",
277
- "tag": "@mscharley/eslint-config_v1.5.3",
278
- "date": "Thu, 22 Jul 2021 08:07:44 GMT",
279
- "comments": {
280
- "patch": [
281
- {
282
- "comment": "fix: explicitly disable indent rule to prevent conflicts with prettier"
283
- }
284
- ]
285
- }
286
- },
287
- {
288
- "version": "1.5.2",
289
- "tag": "@mscharley/eslint-config_v1.5.2",
290
- "date": "Thu, 24 Jun 2021 06:27:07 GMT",
291
- "comments": {
292
- "patch": [
293
- {
294
- "comment": "fix: add typescript definitions as valid imports"
295
- }
296
- ]
297
- }
298
- },
299
- {
300
- "version": "1.5.1",
301
- "tag": "@mscharley/eslint-config_v1.5.1",
302
- "date": "Sun, 06 Jun 2021 10:12:59 GMT",
303
- "comments": {
304
- "patch": [
305
- {
306
- "comment": "fix(node): cleanup some issues with node/ts compatibility"
307
- }
308
- ]
309
- }
310
- },
311
- {
312
- "version": "1.5.0",
313
- "tag": "@mscharley/eslint-config_v1.5.0",
314
- "date": "Sun, 06 Jun 2021 09:28:52 GMT",
315
- "comments": {
316
- "minor": [
317
- {
318
- "comment": "feat(eslint): enable node specific rules"
319
- }
320
- ]
321
- }
322
- },
323
- {
324
- "version": "1.4.0",
325
- "tag": "@mscharley/eslint-config_v1.4.0",
326
- "date": "Thu, 13 May 2021 02:22:48 GMT",
327
- "comments": {
328
- "minor": [
329
- {
330
- "comment": "Enabled the @typescript-eslint/unbound-method eslint rule"
331
- }
332
- ]
333
- }
334
- },
335
- {
336
- "version": "1.3.9",
337
- "tag": "@mscharley/eslint-config_v1.3.9",
338
- "date": "Fri, 19 Mar 2021 01:16:16 GMT",
339
- "comments": {
340
- "patch": [
341
- {
342
- "comment": "fix: make sort-imports rule a warning"
343
- }
344
- ]
345
- }
346
- },
347
- {
348
- "version": "1.3.8",
349
- "tag": "@mscharley/eslint-config_v1.3.8",
350
- "date": "Thu, 11 Mar 2021 10:43:16 GMT",
351
- "comments": {
352
- "patch": [
353
- {
354
- "comment": "fix: make explicit-function-return-type a warning"
355
- }
356
- ]
357
- }
358
- },
359
- {
360
- "version": "1.3.7",
361
- "tag": "@mscharley/eslint-config_v1.3.7",
362
- "date": "Tue, 09 Mar 2021 03:51:43 GMT",
363
- "comments": {
364
- "patch": [
365
- {
366
- "comment": "fix: allow for importing just eslint settings"
367
- }
368
- ]
369
- }
370
- },
371
- {
372
- "version": "1.3.6",
373
- "tag": "@mscharley/eslint-config_v1.3.6",
374
- "date": "Mon, 08 Mar 2021 15:33:00 GMT",
375
- "comments": {
376
- "patch": [
377
- {
378
- "comment": "fix: allow linting top-level js config files"
379
- }
380
- ]
381
- }
382
- },
383
- {
384
- "version": "1.3.5",
385
- "tag": "@mscharley/eslint-config_v1.3.5",
386
- "date": "Mon, 08 Mar 2021 11:43:10 GMT",
387
- "comments": {
388
- "patch": [
389
- {
390
- "comment": "fix: allow void in some cases"
391
- }
392
- ]
393
- }
394
- },
395
- {
396
- "version": "1.3.4",
397
- "tag": "@mscharley/eslint-config_v1.3.4",
398
- "date": "Mon, 08 Mar 2021 11:15:51 GMT",
399
- "comments": {
400
- "patch": [
401
- {
402
- "comment": "fix: allow 0 and 1 as magic numbers"
403
- }
404
- ]
405
- }
406
- },
407
- {
408
- "version": "1.3.3",
409
- "tag": "@mscharley/eslint-config_v1.3.3",
410
- "date": "Mon, 08 Mar 2021 09:01:29 GMT",
411
- "comments": {
412
- "patch": [
413
- {
414
- "comment": "fix: add unions to no-type-alias too"
415
- }
416
- ]
417
- }
418
- },
419
- {
420
- "version": "1.3.2",
421
- "tag": "@mscharley/eslint-config_v1.3.2",
422
- "date": "Sat, 06 Mar 2021 03:48:39 GMT",
423
- "comments": {
424
- "patch": [
425
- {
426
- "comment": "fix: remove conflicting rule between eslint and prettier"
427
- }
428
- ]
429
- }
430
- },
431
- {
432
- "version": "1.3.1",
433
- "tag": "@mscharley/eslint-config_v1.3.1",
434
- "date": "Sat, 06 Mar 2021 03:03:15 GMT",
435
- "comments": {
436
- "patch": [
437
- {
438
- "comment": "chore: add funding info"
439
- },
440
- {
441
- "comment": "fix: disable prefer-readonly-parameter-types"
442
- }
443
- ],
444
- "dependency": [
445
- {
446
- "comment": "Updating dependency \"@mscharley/prettier-config\" from `~1.1.0` to `~1.1.1`"
447
- },
448
- {
449
- "comment": "Updating dependency \"@mscharley/prettier-config\" from `~1.1.0` to `~1.1.1`"
450
- }
451
- ]
452
- }
453
- },
454
- {
455
- "version": "1.3.0",
456
- "tag": "@mscharley/eslint-config_v1.3.0",
457
- "date": "Fri, 05 Mar 2021 09:21:17 GMT",
458
- "comments": {
459
- "minor": [
460
- {
461
- "comment": "feat: implement prettier support"
462
- }
463
- ],
464
- "dependency": [
465
- {
466
- "comment": "Updating dependency \"@mscharley/prettier-config\" from `~1.0.0` to `~1.1.0`"
467
- },
468
- {
469
- "comment": "Updating dependency \"@mscharley/prettier-config\" from `~1.0.0` to `~1.1.0`"
470
- }
471
- ]
472
- }
473
- },
474
- {
475
- "version": "1.2.9",
476
- "tag": "@mscharley/eslint-config_v1.2.9",
477
- "date": "Thu, 04 Mar 2021 07:56:18 GMT",
478
- "comments": {
479
- "patch": [
480
- {
481
- "comment": "chore: bump eslint dependencies"
482
- }
483
- ]
484
- }
485
- },
486
- {
487
- "version": "1.2.8",
488
- "tag": "@mscharley/eslint-config_v1.2.8",
489
- "date": "Thu, 04 Mar 2021 07:19:47 GMT",
490
- "comments": {
491
- "patch": [
492
- {
493
- "comment": "Bump to typescript 4.2"
494
- }
495
- ]
496
- }
497
- },
498
- {
499
- "version": "1.2.7",
500
- "tag": "@mscharley/eslint-config_v1.2.7",
501
- "date": "Mon, 18 Jan 2021 05:11:39 GMT",
502
- "comments": {
503
- "patch": [
504
- {
505
- "comment": "allow sorted imports to be split into blocks"
506
- }
507
- ]
508
- }
509
- },
510
- {
511
- "version": "1.2.6",
512
- "tag": "@mscharley/eslint-config_v1.2.6",
513
- "date": "Wed, 16 Dec 2020 07:15:14 GMT",
514
- "comments": {
515
- "patch": [
516
- {
517
- "comment": "fix: include deprecation warnings"
518
- }
519
- ]
520
- }
521
- },
522
- {
523
- "version": "1.2.5",
524
- "tag": "@mscharley/eslint-config_v1.2.5",
525
- "date": "Wed, 16 Dec 2020 04:09:07 GMT",
526
- "comments": {
527
- "patch": [
528
- {
529
- "comment": "fix(eslint): implement quotes rule"
530
- }
531
- ]
532
- }
533
- },
534
- {
535
- "version": "1.2.4",
536
- "tag": "@mscharley/eslint-config_v1.2.4",
537
- "date": "Thu, 23 Apr 2020 15:40:59 GMT",
538
- "comments": {
539
- "patch": [
540
- {
541
- "comment": "Add important documentation files to the package"
542
- }
543
- ]
544
- }
545
- },
546
- {
547
- "version": "1.2.3",
548
- "tag": "@mscharley/eslint-config_v1.2.3",
549
- "date": "Wed, 22 Apr 2020 12:37:11 GMT",
550
- "comments": {
551
- "patch": [
552
- {
553
- "comment": "Downgraded the eslint check for magic numbers to a warning"
554
- }
555
- ]
556
- }
557
- },
558
- {
559
- "version": "1.2.2",
560
- "tag": "@mscharley/eslint-config_v1.2.2",
561
- "date": "Wed, 22 Apr 2020 10:46:45 GMT",
562
- "comments": {
563
- "patch": [
564
- {
565
- "comment": "Fix an overbearing option from no-magic-numbers that forced *all* variables that are numbers to be defined as consts"
566
- }
567
- ]
568
- }
569
- },
570
- {
571
- "version": "1.2.1",
572
- "tag": "@mscharley/eslint-config_v1.2.1",
573
- "date": "Wed, 22 Apr 2020 10:21:31 GMT",
574
- "comments": {
575
- "patch": [
576
- {
577
- "comment": "Better handling of issues caused by JavaScript's ASI engine"
578
- }
579
- ]
580
- }
581
- },
582
- {
583
- "version": "1.2.0",
584
- "tag": "@mscharley/eslint-config_v1.2.0",
585
- "date": "Wed, 22 Apr 2020 10:11:40 GMT",
586
- "comments": {
587
- "minor": [
588
- {
589
- "comment": "Fine tuned the eslint side of the settings"
590
- }
591
- ]
592
- }
593
- },
594
- {
595
- "version": "1.1.0",
596
- "tag": "@mscharley/eslint-config_v1.1.0",
597
- "date": "Wed, 22 Apr 2020 07:35:52 GMT",
598
- "comments": {
599
- "minor": [
600
- {
601
- "comment": "Added our initial configuration"
602
- }
603
- ]
604
- }
605
- }
606
- ]
607
- }