@darksheep/eslint 4.1.3

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +737 -0
  2. package/LICENSE +24 -0
  3. package/README.md +34 -0
  4. package/package.json +62 -0
  5. package/src/bin/eslint.cjs +11 -0
  6. package/src/configs/eslint-base.js +124 -0
  7. package/src/configs/eslint-complexity.js +28 -0
  8. package/src/configs/eslint-ignores.js +51 -0
  9. package/src/configs/eslint-recommended.js +9 -0
  10. package/src/configs/eslint-style.js +23 -0
  11. package/src/custom/index.js +11 -0
  12. package/src/custom/instance-of-array.js +72 -0
  13. package/src/custom/loose-types.js +204 -0
  14. package/src/custom/no-useless-expression.js +28 -0
  15. package/src/custom/sequence-expression.js +21 -0
  16. package/src/index.js +86 -0
  17. package/src/plugins/eslint-comments.js +27 -0
  18. package/src/plugins/import.js +139 -0
  19. package/src/plugins/jest.js +124 -0
  20. package/src/plugins/jsdoc.js +70 -0
  21. package/src/plugins/json.js +37 -0
  22. package/src/plugins/jsx-a11y.js +100 -0
  23. package/src/plugins/node.js +129 -0
  24. package/src/plugins/promise.js +16 -0
  25. package/src/plugins/react.js +128 -0
  26. package/src/plugins/regexp.js +13 -0
  27. package/src/plugins/sca.js +41 -0
  28. package/src/plugins/security.js +15 -0
  29. package/src/plugins/sonarjs.js +28 -0
  30. package/src/plugins/style.js +249 -0
  31. package/src/plugins/typescript.js +87 -0
  32. package/src/plugins/unicorn.js +58 -0
  33. package/src/plugins/unused-imports.js +52 -0
  34. package/src/types.d.ts +118 -0
  35. package/src/utilities/editorconfig.js +210 -0
  36. package/src/utilities/eslint-files.js +65 -0
  37. package/src/utilities/expand-glob.js +49 -0
  38. package/src/utilities/filesystem.js +73 -0
  39. package/src/utilities/make-compat.js +17 -0
  40. package/src/utilities/package.js +49 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,737 @@
1
+ # Changelog
2
+
3
+ ## [4.1.3](https://github.com/DarkSheepSoftware/eslint/compare/v4.1.2...v4.1.3) (2024-02-22)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * Don't import `[@typescript-eslint](https://github.com/typescript-eslint)` when `typescript` is not found ([a47d22d](https://github.com/DarkSheepSoftware/eslint/commit/a47d22d4bb166c16411a7b314e032c1a54c4aa95))
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * resolve ts default import ([5bad0fb](https://github.com/DarkSheepSoftware/eslint/commit/5bad0fbd72e6ea0ed20fc42c1176e26d10132302))
14
+
15
+ ## [4.1.2](https://github.com/pickles-and-beans/eslint/compare/v4.1.1...v4.1.2) (2024-02-12)
16
+
17
+
18
+ ### Dependencies
19
+
20
+ * **pkg:** update dependency @eslint/eslintrc to v3.0.1 ([#244](https://github.com/pickles-and-beans/eslint/issues/244)) ([ab231b9](https://github.com/pickles-and-beans/eslint/commit/ab231b986a30424db10930c76bae6a12be13e131))
21
+ * **pkg:** update dependency @typescript-eslint/eslint-plugin to v7.0.1 ([#249](https://github.com/pickles-and-beans/eslint/issues/249)) ([f566254](https://github.com/pickles-and-beans/eslint/commit/f566254b7eff66e9ed16f9574c62337d44b7c579))
22
+ * **pkg:** update dependency eslint-plugin-sonarjs to ~0.24.0 ([#247](https://github.com/pickles-and-beans/eslint/issues/247)) ([2e04a66](https://github.com/pickles-and-beans/eslint/commit/2e04a66f903b809322d8def8c052adba240f9b4f))
23
+ * **pkg:** update typescript-eslint monorepo to v7 (major) ([#248](https://github.com/pickles-and-beans/eslint/issues/248)) ([1020d4a](https://github.com/pickles-and-beans/eslint/commit/1020d4a23b17e5c59f5f3179808f9bdff2bff21d))
24
+
25
+
26
+ ### Miscellaneous Chores
27
+
28
+ * **deps:** lock file maintenance ([#246](https://github.com/pickles-and-beans/eslint/issues/246)) ([d27546d](https://github.com/pickles-and-beans/eslint/commit/d27546df7de2e19ab0719e66efaa568098153907))
29
+
30
+ ## [4.1.1](https://github.com/pickles-and-beans/eslint/compare/v4.1.0...v4.1.1) (2024-02-09)
31
+
32
+
33
+ ### Dependencies
34
+
35
+ * **dev:** update dependency @types/node to v20.11.17 ([#242](https://github.com/pickles-and-beans/eslint/issues/242)) ([c37c165](https://github.com/pickles-and-beans/eslint/commit/c37c165de41cf697b0d0a3c5de30d0c26773a500))
36
+ * **pkg:** update dependency @stylistic/eslint-plugin to v1.6.1 ([#243](https://github.com/pickles-and-beans/eslint/issues/243)) ([9d8a4ae](https://github.com/pickles-and-beans/eslint/commit/9d8a4aeb033a705bc7c45c75b41da3069cb3346b))
37
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48.0.6 ([#238](https://github.com/pickles-and-beans/eslint/issues/238)) ([fe8323b](https://github.com/pickles-and-beans/eslint/commit/fe8323b975ee71d30ae6cc8f96bc96e64460669c))
38
+ * **pkg:** update dependency eslint-plugin-n to v17.0.0-1 ([#241](https://github.com/pickles-and-beans/eslint/issues/241)) ([3cd08a5](https://github.com/pickles-and-beans/eslint/commit/3cd08a5b3b68af9c445e1945a9a8ca988e6efa2c))
39
+ * **pkg:** update dependency eslint-plugin-unicorn to v51.0.1 ([#240](https://github.com/pickles-and-beans/eslint/issues/240)) ([50d022e](https://github.com/pickles-and-beans/eslint/commit/50d022e416cfe28cb5b705a15200c338d5f92557))
40
+
41
+ ## [4.1.0](https://github.com/pickles-and-beans/eslint/compare/v4.0.1...v4.1.0) (2024-02-06)
42
+
43
+
44
+ ### Features
45
+
46
+ * Use eslint-plugin-n@next ([78b82d3](https://github.com/pickles-and-beans/eslint/commit/78b82d3099ca761f4b89c84a31c9aa3fd3e91c28))
47
+
48
+
49
+ ### Dependencies
50
+
51
+ * **pkg:** update dependency eslint-plugin-unicorn to v51 ([#236](https://github.com/pickles-and-beans/eslint/issues/236)) ([ca35e6f](https://github.com/pickles-and-beans/eslint/commit/ca35e6f830afcca3186734561089d9e09aec4076))
52
+
53
+ ## [4.0.1](https://github.com/pickles-and-beans/eslint/compare/v4.0.0...v4.0.1) (2024-02-05)
54
+
55
+
56
+ ### Dependencies
57
+
58
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48.0.5 ([#234](https://github.com/pickles-and-beans/eslint/issues/234)) ([2f20f6e](https://github.com/pickles-and-beans/eslint/commit/2f20f6ed38a6e72fb1b6aa4108537454c6e8fe3b))
59
+ * **pkg:** update typescript-eslint monorepo to ~6.21.0 ([#233](https://github.com/pickles-and-beans/eslint/issues/233)) ([e9c134d](https://github.com/pickles-and-beans/eslint/commit/e9c134de1e9f0304426f475f0ad60baee9ddb334))
60
+
61
+ ## [4.0.0](https://github.com/pickles-and-beans/eslint/compare/v3.0.8...v4.0.0) (2024-02-05)
62
+
63
+
64
+ ### ⚠ BREAKING CHANGES
65
+
66
+ * Update `style/quote-props` to be `consistent-as-needed`
67
+
68
+ ### Features
69
+
70
+ * Update `style/quote-props` to be `consistent-as-needed` ([e5f5afb](https://github.com/pickles-and-beans/eslint/commit/e5f5afbe52b843bd325519e32d3be033eb18ccb0))
71
+
72
+
73
+ ### Dependencies
74
+
75
+ * **dev:** update dependency @types/node to v20.11.15 ([#227](https://github.com/pickles-and-beans/eslint/issues/227)) ([40b7705](https://github.com/pickles-and-beans/eslint/commit/40b770591b7881349b1f581c2821f8bfc5024976))
76
+ * **dev:** update dependency @types/node to v20.11.16 ([#229](https://github.com/pickles-and-beans/eslint/issues/229)) ([3945254](https://github.com/pickles-and-beans/eslint/commit/3945254f5836822c0402772a842298fa4755696c))
77
+ * **pkg:** update dependency @stylistic/eslint-plugin to ~1.6.0 ([3f162d4](https://github.com/pickles-and-beans/eslint/commit/3f162d4dab3592353a30a583f99a43e2219ac2fa))
78
+
79
+
80
+ ### Miscellaneous Chores
81
+
82
+ * **deps:** lock file maintenance ([#230](https://github.com/pickles-and-beans/eslint/issues/230)) ([677d3a4](https://github.com/pickles-and-beans/eslint/commit/677d3a4af7a138881adc7ad0c8ebd35f6ee7fa77))
83
+ * eslint --fix . ([d2848da](https://github.com/pickles-and-beans/eslint/commit/d2848dac585507b613140ffe79e5aa9f067e130d))
84
+
85
+ ## [3.0.8](https://github.com/pickles-and-beans/eslint/compare/v3.0.7...v3.0.8) (2024-01-31)
86
+
87
+
88
+ ### Dependencies
89
+
90
+ * **deps:** update yarn to v4.1.0 ([#223](https://github.com/pickles-and-beans/eslint/issues/223)) ([4a35a84](https://github.com/pickles-and-beans/eslint/commit/4a35a8406f30b895a470d9f70911ff6352f4ef7d))
91
+ * **dev:** update dependency @types/node to v20.11.10 ([#220](https://github.com/pickles-and-beans/eslint/issues/220)) ([7221277](https://github.com/pickles-and-beans/eslint/commit/7221277775d26c9410eeeeea51cee388cb16b1f4))
92
+ * **dev:** update dependency @types/node to v20.11.11 ([#225](https://github.com/pickles-and-beans/eslint/issues/225)) ([2c06107](https://github.com/pickles-and-beans/eslint/commit/2c06107168f2eff932d4e1385c664c4c41091f9f))
93
+ * **dev:** update dependency @types/node to v20.11.13 ([#226](https://github.com/pickles-and-beans/eslint/issues/226)) ([f5d43d0](https://github.com/pickles-and-beans/eslint/commit/f5d43d03d1b21e7be475b5b2812f3c04f6a6e69e))
94
+ * **dev:** update dependency type-fest to v4.10.2 ([#222](https://github.com/pickles-and-beans/eslint/issues/222)) ([920b821](https://github.com/pickles-and-beans/eslint/commit/920b821466048d56f3f635d11e35b5a32ae3dda1))
95
+ * **pkg:** update typescript-eslint monorepo to ~6.20.0 ([#221](https://github.com/pickles-and-beans/eslint/issues/221)) ([46c9016](https://github.com/pickles-and-beans/eslint/commit/46c901632a16f98886c8855cbec5a46df1bd15bd))
96
+
97
+ ## [3.0.7](https://github.com/pickles-and-beans/eslint/compare/v3.0.6...v3.0.7) (2024-01-26)
98
+
99
+
100
+ ### Dependencies
101
+
102
+ * **dev:** update dependency @types/node to v20.11.7 ([#218](https://github.com/pickles-and-beans/eslint/issues/218)) ([9c1f851](https://github.com/pickles-and-beans/eslint/commit/9c1f851166fd95abf8b512b7afb483d6d5200707))
103
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48.0.3 ([#215](https://github.com/pickles-and-beans/eslint/issues/215)) ([ddf2531](https://github.com/pickles-and-beans/eslint/commit/ddf2531ddd90e0b31a85070ac3e0ac1ed17c2ea0))
104
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48.0.4 ([#217](https://github.com/pickles-and-beans/eslint/issues/217)) ([17635d2](https://github.com/pickles-and-beans/eslint/commit/17635d28b85ae6ad9d99bcb909bd09de518604d9))
105
+
106
+
107
+ ### Miscellaneous Chores
108
+
109
+ * **deps:** lock file maintenance ([#219](https://github.com/pickles-and-beans/eslint/issues/219)) ([f80563b](https://github.com/pickles-and-beans/eslint/commit/f80563b6506a860b00d0104830969590a058ce8a))
110
+
111
+ ## [3.0.6](https://github.com/pickles-and-beans/eslint/compare/v3.0.5...v3.0.6) (2024-01-24)
112
+
113
+
114
+ ### Dependencies
115
+
116
+ * **dev:** update dependency @types/node to v20.11.6 ([#212](https://github.com/pickles-and-beans/eslint/issues/212)) ([ab4d6c7](https://github.com/pickles-and-beans/eslint/commit/ab4d6c7e5c61706f6f01ada0d75ab77a32107bc1))
117
+ * **dev:** update dependency type-fest to v4.10.1 ([#214](https://github.com/pickles-and-beans/eslint/issues/214)) ([3a90aea](https://github.com/pickles-and-beans/eslint/commit/3a90aea181987f35b51ceee4b36f80f370f15157))
118
+
119
+ ## [3.0.5](https://github.com/pickles-and-beans/eslint/compare/v3.0.4...v3.0.5) (2024-01-23)
120
+
121
+
122
+ ### Dependencies
123
+
124
+ * **deps:** update googlecloudplatform/release-please-action action to v4 ([#207](https://github.com/pickles-and-beans/eslint/issues/207)) ([f6d311f](https://github.com/pickles-and-beans/eslint/commit/f6d311fd6577c921f8609801bb10c6c6d7e8bb86))
125
+ * **dev:** update dependency type-fest to ~4.10.0 ([#205](https://github.com/pickles-and-beans/eslint/issues/205)) ([db972c5](https://github.com/pickles-and-beans/eslint/commit/db972c5c7b1b4feae13de670cd3b37214f6a3b32))
126
+ * **pkg:** update dependency eslint-plugin-jsonc to ~2.13.0 ([#209](https://github.com/pickles-and-beans/eslint/issues/209)) ([fdad92b](https://github.com/pickles-and-beans/eslint/commit/fdad92b44314358c776d22f30e5fa572719abd0c))
127
+ * **pkg:** update typescript-eslint monorepo to v6.19.1 ([#204](https://github.com/pickles-and-beans/eslint/issues/204)) ([58b8db6](https://github.com/pickles-and-beans/eslint/commit/58b8db6f6a427a1aaa1e7f3c56531350186c9320))
128
+
129
+
130
+ ### Miscellaneous Chores
131
+
132
+ * **deps:** lock file maintenance ([#203](https://github.com/pickles-and-beans/eslint/issues/203)) ([9807a23](https://github.com/pickles-and-beans/eslint/commit/9807a2330514df68150f8c9eabd9deae3a08ea61))
133
+ * **deps:** lock file maintenance ([#211](https://github.com/pickles-and-beans/eslint/issues/211)) ([d6d5a81](https://github.com/pickles-and-beans/eslint/commit/d6d5a813d9edf616e5caf9fa5bb652bdc9d805b1))
134
+ * eslint . --fix ([e41d06a](https://github.com/pickles-and-beans/eslint/commit/e41d06afc9499745b5265324a02218a3eeb664c2))
135
+
136
+ ## [3.0.4](https://github.com/pickles-and-beans/eslint/compare/v3.0.3...v3.0.4) (2024-01-18)
137
+
138
+
139
+ ### Bug Fixes
140
+
141
+ * ignoreExternal in "import/no-cycle" ([b8a4ab8](https://github.com/pickles-and-beans/eslint/commit/b8a4ab8020036b4771d5ea1e9085020bc59acab9))
142
+
143
+ ## [3.0.3](https://github.com/pickles-and-beans/eslint/compare/v3.0.2...v3.0.3) (2024-01-18)
144
+
145
+
146
+ ### Dependencies
147
+
148
+ * **dev:** update dependency @types/node to v20.11.5 ([#199](https://github.com/pickles-and-beans/eslint/issues/199)) ([99fdfd6](https://github.com/pickles-and-beans/eslint/commit/99fdfd63538a120abfc757f5f0a3cb0183a8a761))
149
+ * **pkg:** update dependency @stylistic/eslint-plugin to v1.5.4 ([#201](https://github.com/pickles-and-beans/eslint/issues/201)) ([fc92f0d](https://github.com/pickles-and-beans/eslint/commit/fc92f0dfc2e7508590c019e9741ac699da98968f))
150
+
151
+ ## [3.0.2](https://github.com/pickles-and-beans/eslint/compare/v3.0.1...v3.0.2) (2024-01-16)
152
+
153
+
154
+ ### Bug Fixes
155
+
156
+ * Disable default eslint no-unused-vars ([6bd7910](https://github.com/pickles-and-beans/eslint/commit/6bd7910a232d8717ab41d8b3f47c1f85e85779f4))
157
+
158
+
159
+ ### Dependencies
160
+
161
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.12.2 ([#198](https://github.com/pickles-and-beans/eslint/issues/198)) ([e635f7d](https://github.com/pickles-and-beans/eslint/commit/e635f7d8b3629116f02bdb6e21266964edeb3a7b))
162
+
163
+ ## [3.0.1](https://github.com/pickles-and-beans/eslint/compare/v3.0.0...v3.0.1) (2024-01-16)
164
+
165
+
166
+ ### Bug Fixes
167
+
168
+ * no-unused-vars ([10fd819](https://github.com/pickles-and-beans/eslint/commit/10fd819073f9e395d644a55f4b9a13d0c5331a6e))
169
+
170
+ ## [3.0.0](https://github.com/pickles-and-beans/eslint/compare/v2.3.0...v3.0.0) (2024-01-16)
171
+
172
+
173
+ ### ⚠ BREAKING CHANGES
174
+
175
+ * Add git ignore support for the root directory
176
+
177
+ ### Features
178
+
179
+ * Add git ignore support for the root directory ([a003976](https://github.com/pickles-and-beans/eslint/commit/a0039762d0ddbd1f6b637e3cf278cee2967e3eb6))
180
+ * Add monorepo support to gitignore ([46cbf89](https://github.com/pickles-and-beans/eslint/commit/46cbf897e17d19a3fd917522f13d6a1736e64477))
181
+
182
+
183
+ ### Bug Fixes
184
+
185
+ * Correct indentation on binary operators ([8bd461e](https://github.com/pickles-and-beans/eslint/commit/8bd461eacf2d3ee7c6854300eeae6e7534a3d047))
186
+
187
+
188
+ ### Dependencies
189
+
190
+ * **dev:** update dependency @types/node to v20.11.3 ([#193](https://github.com/pickles-and-beans/eslint/issues/193)) ([c2373f8](https://github.com/pickles-and-beans/eslint/commit/c2373f876b8ebe953979a810850c90ff7affea15))
191
+ * **dev:** update dependency @types/node to v20.11.4 ([#195](https://github.com/pickles-and-beans/eslint/issues/195)) ([599e656](https://github.com/pickles-and-beans/eslint/commit/599e6564cfd4cd9f5c334a27261de156b4b7c3b7))
192
+ * **pkg:** update dependency @typescript-eslint/eslint-plugin to ~6.19.0 ([#190](https://github.com/pickles-and-beans/eslint/issues/190)) ([0009943](https://github.com/pickles-and-beans/eslint/commit/0009943cbd2db8a61000f789ff6dab479cffd92e))
193
+ * **pkg:** update dependency @typescript-eslint/parser to ~6.19.0 ([#191](https://github.com/pickles-and-beans/eslint/issues/191)) ([4a853a8](https://github.com/pickles-and-beans/eslint/commit/4a853a8101c602ea47cda7f1955b80f5c8808a38))
194
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.12.1 ([#194](https://github.com/pickles-and-beans/eslint/issues/194)) ([5766dbc](https://github.com/pickles-and-beans/eslint/commit/5766dbc9ed292311523b8fdacbea7b92907c1179))
195
+
196
+ ## [2.3.0](https://github.com/pickles-and-beans/eslint/compare/v2.2.2...v2.3.0) (2024-01-15)
197
+
198
+
199
+ ### Features
200
+
201
+ * Disable type checks in jsdoc if typescript is installed ([d1ef19d](https://github.com/pickles-and-beans/eslint/commit/d1ef19dc2904e05fefd9f479753e5fb7844bed63))
202
+
203
+
204
+ ### Dependencies
205
+
206
+ * **pkg:** update dependency eslint-plugin-jsonc to ~2.12.0 ([#188](https://github.com/pickles-and-beans/eslint/issues/188)) ([37b5e25](https://github.com/pickles-and-beans/eslint/commit/37b5e251c487f439aa8fdd1483c5900d6360aa19))
207
+
208
+ ## [2.2.2](https://github.com/pickles-and-beans/eslint/compare/v2.2.1...v2.2.2) (2024-01-15)
209
+
210
+
211
+ ### Dependencies
212
+
213
+ * **dev:** update dependency @types/node to v20.11.2 ([#186](https://github.com/pickles-and-beans/eslint/issues/186)) ([8dac128](https://github.com/pickles-and-beans/eslint/commit/8dac1280c6dbd71ae6ba6a2cce08ea6fefab144d))
214
+
215
+ ## [2.2.1](https://github.com/pickles-and-beans/eslint/compare/v2.2.0...v2.2.1) (2024-01-15)
216
+
217
+
218
+ ### Dependencies
219
+
220
+ * **dev:** update dependency @types/eslint to v8.56.2 ([#181](https://github.com/pickles-and-beans/eslint/issues/181)) ([30f6945](https://github.com/pickles-and-beans/eslint/commit/30f6945ff1ac6f56ec8d4c9350bc22d5a40dd79f))
221
+ * **dev:** update dependency @types/node to ~20.11.0 ([#182](https://github.com/pickles-and-beans/eslint/issues/182)) ([10aad73](https://github.com/pickles-and-beans/eslint/commit/10aad730cd2e04bc5e20bde198d8a8f8911c39bc))
222
+ * **dev:** update dependency @types/node to v20.10.8 ([#178](https://github.com/pickles-and-beans/eslint/issues/178)) ([1735a9c](https://github.com/pickles-and-beans/eslint/commit/1735a9cf35e87fbb2cecbd7f7c94fe23f55af8c1))
223
+ * **dev:** update dependency @types/node to v20.11.1 ([#185](https://github.com/pickles-and-beans/eslint/issues/185)) ([950f746](https://github.com/pickles-and-beans/eslint/commit/950f746e5987b3066373a093a8f2dd63aada50f9))
224
+ * **pkg:** update dependency eslint-plugin-jest to v27.6.2 ([#180](https://github.com/pickles-and-beans/eslint/issues/180)) ([d502b51](https://github.com/pickles-and-beans/eslint/commit/d502b5147a4f87a234a2e94336ab636cc0f0072f))
225
+ * **pkg:** update dependency eslint-plugin-jest to v27.6.3 ([#183](https://github.com/pickles-and-beans/eslint/issues/183)) ([fbd9c21](https://github.com/pickles-and-beans/eslint/commit/fbd9c21295fcfd54a228e90ac4d8cf16710ff11f))
226
+
227
+
228
+ ### Miscellaneous Chores
229
+
230
+ * **deps:** lock file maintenance ([#184](https://github.com/pickles-and-beans/eslint/issues/184)) ([1d4874b](https://github.com/pickles-and-beans/eslint/commit/1d4874b1d5d547f3c68e0080ff703f5a298c74bc))
231
+
232
+ ## [2.2.0](https://github.com/pickles-and-beans/eslint/compare/v2.1.12...v2.2.0) (2024-01-09)
233
+
234
+
235
+ ### Features
236
+
237
+ * migrate to stylistic ([#176](https://github.com/pickles-and-beans/eslint/issues/176)) ([b5cfd69](https://github.com/pickles-and-beans/eslint/commit/b5cfd6961692456bfd03a688fe73df6d008a3679))
238
+
239
+ ## [2.1.12](https://github.com/pickles-and-beans/eslint/compare/v2.1.11...v2.1.12) (2024-01-09)
240
+
241
+
242
+ ### Dependencies
243
+
244
+ * **dev:** update dependency @types/node to v20.10.7 ([#170](https://github.com/pickles-and-beans/eslint/issues/170)) ([8361981](https://github.com/pickles-and-beans/eslint/commit/8361981b19d612ba5a15bf2348e26f5ff7b82fb6))
245
+ * **pkg:** update dependency eslint-plugin-n to v16.6.2 ([#175](https://github.com/pickles-and-beans/eslint/issues/175)) ([380ab06](https://github.com/pickles-and-beans/eslint/commit/380ab06e52928e4451e112243ba8fab222cb3f31))
246
+ * **pkg:** update dependency eslint-plugin-regexp to ~2.2.0 ([#173](https://github.com/pickles-and-beans/eslint/issues/173)) ([499fab2](https://github.com/pickles-and-beans/eslint/commit/499fab21d97741469baa446b4e5cfb6d312a6e65))
247
+ * **pkg:** update typescript-eslint monorepo to ~6.18.0 ([#169](https://github.com/pickles-and-beans/eslint/issues/169)) ([3ad6581](https://github.com/pickles-and-beans/eslint/commit/3ad6581c76c4cdf2d1b3689cd8ed8d90d66f55c2))
248
+ * **pkg:** update typescript-eslint monorepo to v6.18.1 ([#174](https://github.com/pickles-and-beans/eslint/issues/174)) ([4129475](https://github.com/pickles-and-beans/eslint/commit/412947577e92fefd3e81036fa2bef94a25313ead))
249
+
250
+
251
+ ### Miscellaneous Chores
252
+
253
+ * **deps:** lock file maintenance ([#171](https://github.com/pickles-and-beans/eslint/issues/171)) ([4575d6b](https://github.com/pickles-and-beans/eslint/commit/4575d6b00ecc7c4ef6b28599e482d33902bbd5cf))
254
+
255
+ ## [2.1.11](https://github.com/pickles-and-beans/eslint/compare/v2.1.10...v2.1.11) (2024-01-04)
256
+
257
+
258
+ ### Dependencies
259
+
260
+ * **dev:** update dependency @types/eslint to v8.56.1 ([#167](https://github.com/pickles-and-beans/eslint/issues/167)) ([b524629](https://github.com/pickles-and-beans/eslint/commit/b524629067167e1c5acb267af70115db0adeb806))
261
+ * **pkg:** update dependency eslint-plugin-jsdoc to v48 ([#166](https://github.com/pickles-and-beans/eslint/issues/166)) ([069e36e](https://github.com/pickles-and-beans/eslint/commit/069e36e446d5ba82ffd9da6242fb4ae57ce94e91))
262
+
263
+ ## [2.1.10](https://github.com/pickles-and-beans/eslint/compare/v2.1.9...v2.1.10) (2024-01-02)
264
+
265
+
266
+ ### Bug Fixes
267
+
268
+ * Allow editor config to handle rules separately ([d3b07fe](https://github.com/pickles-and-beans/eslint/commit/d3b07feb1ecd25dd31a9cbb8bdc642796410b77f))
269
+
270
+
271
+ ### Dependencies
272
+
273
+ * **dev:** update dependency @types/node to v20.10.6 ([#160](https://github.com/pickles-and-beans/eslint/issues/160)) ([e33eada](https://github.com/pickles-and-beans/eslint/commit/e33eada221200acbe756964f129f146fefd05a7f))
274
+ * **dev:** update dependency type-fest to ~4.9.0 ([#157](https://github.com/pickles-and-beans/eslint/issues/157)) ([81e71f8](https://github.com/pickles-and-beans/eslint/commit/81e71f863666090caf5c2c683a65cc736cf48145))
275
+ * **pkg:** update dependency @eslint/eslintrc to v3 ([#158](https://github.com/pickles-and-beans/eslint/issues/158)) ([9efb390](https://github.com/pickles-and-beans/eslint/commit/9efb3901105e246a3722b7213f8b07b289fa00e1))
276
+ * **pkg:** update dependency eslint-plugin-jest to v27.6.1 ([#163](https://github.com/pickles-and-beans/eslint/issues/163)) ([c8a864a](https://github.com/pickles-and-beans/eslint/commit/c8a864a241d0712d395399373fb4aab30734b6e1))
277
+ * **pkg:** update dependency eslint-plugin-jsdoc to ~46.10.0 ([#161](https://github.com/pickles-and-beans/eslint/issues/161)) ([66bc756](https://github.com/pickles-and-beans/eslint/commit/66bc75644c8111922acd58f4a8253f72ab73b125))
278
+ * **pkg:** update dependency eslint-plugin-jsdoc to v47 ([#162](https://github.com/pickles-and-beans/eslint/issues/162)) ([2c1b215](https://github.com/pickles-and-beans/eslint/commit/2c1b215340c4a320018c1629adca7c17af027314))
279
+ * **pkg:** update dependency eslint-plugin-n to ~16.6.0 ([#159](https://github.com/pickles-and-beans/eslint/issues/159)) ([b37ff6e](https://github.com/pickles-and-beans/eslint/commit/b37ff6eb7b7bea634c685e2273165b316369d363))
280
+ * **pkg:** update dependency eslint-plugin-unicorn to v50 ([#153](https://github.com/pickles-and-beans/eslint/issues/153)) ([0556417](https://github.com/pickles-and-beans/eslint/commit/0556417f5f301baacb4a3dba7cf6d9eeaedc0540))
281
+ * **pkg:** update typescript-eslint monorepo to ~6.16.0 ([#155](https://github.com/pickles-and-beans/eslint/issues/155)) ([c2d840f](https://github.com/pickles-and-beans/eslint/commit/c2d840f29fb69d8137bf776b1c5447f3ccd2d3b4))
282
+ * **pkg:** update typescript-eslint monorepo to ~6.17.0 ([#164](https://github.com/pickles-and-beans/eslint/issues/164)) ([bc06ff4](https://github.com/pickles-and-beans/eslint/commit/bc06ff4444a559a01aad84e2398ac57c1acf0dba))
283
+
284
+
285
+ ### Miscellaneous Chores
286
+
287
+ * **deps:** lock file maintenance ([#154](https://github.com/pickles-and-beans/eslint/issues/154)) ([a0c2a8f](https://github.com/pickles-and-beans/eslint/commit/a0c2a8fa34279abce83afe3c590036256c4268c3))
288
+ * trim trailing whitespace ([982dd6f](https://github.com/pickles-and-beans/eslint/commit/982dd6fae148387dbfe07f54b2e00080e690b014))
289
+
290
+ ## [2.1.9](https://github.com/pickles-and-beans/eslint/compare/v2.1.8...v2.1.9) (2023-12-20)
291
+
292
+
293
+ ### Dependencies
294
+
295
+ * **dev:** update dependency @types/eslint to ~8.56.0 ([#150](https://github.com/pickles-and-beans/eslint/issues/150)) ([7f192e7](https://github.com/pickles-and-beans/eslint/commit/7f192e72128a2be88afc3a7ef8e2f5d72d84d90a))
296
+ * **pkg:** update dependency eslint-plugin-n to ~16.5.0 ([#151](https://github.com/pickles-and-beans/eslint/issues/151)) ([633a94c](https://github.com/pickles-and-beans/eslint/commit/633a94cfa89035eb233ccd0a6c1f4d1afd5d9649))
297
+
298
+ ## [2.1.8](https://github.com/pickles-and-beans/eslint/compare/v2.1.7...v2.1.8) (2023-12-19)
299
+
300
+
301
+ ### Dependencies
302
+
303
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.11.2 ([#148](https://github.com/pickles-and-beans/eslint/issues/148)) ([eef6b6e](https://github.com/pickles-and-beans/eslint/commit/eef6b6ede551f372291960239454e5620be57854))
304
+ * **pkg:** update typescript-eslint monorepo to ~6.15.0 ([#147](https://github.com/pickles-and-beans/eslint/issues/147)) ([f3ef5b2](https://github.com/pickles-and-beans/eslint/commit/f3ef5b2cb52a966ba73bc475f6a6b9f5c4e34384))
305
+
306
+ ## [2.1.7](https://github.com/pickles-and-beans/eslint/compare/v2.1.6...v2.1.7) (2023-12-18)
307
+
308
+
309
+ ### Dependencies
310
+
311
+ * **dev:** update dependency @types/eslint to v8.44.9 ([#135](https://github.com/pickles-and-beans/eslint/issues/135)) ([a15d9e6](https://github.com/pickles-and-beans/eslint/commit/a15d9e651a2a3efc591bd06549156f2a3104c826))
312
+ * **dev:** update dependency @types/node to v20.10.5 ([#145](https://github.com/pickles-and-beans/eslint/issues/145)) ([8f43b81](https://github.com/pickles-and-beans/eslint/commit/8f43b81d5acaa5dd6f7bb69ef545162dba709051))
313
+ * **pkg:** update dependency @eslint/js to ~8.56.0 ([#143](https://github.com/pickles-and-beans/eslint/issues/143)) ([cd18d2b](https://github.com/pickles-and-beans/eslint/commit/cd18d2b5ed2071fe24ad10d3eade36eac2b44f38))
314
+ * **pkg:** update dependency eslint to ~8.56.0 ([#144](https://github.com/pickles-and-beans/eslint/issues/144)) ([5a06c74](https://github.com/pickles-and-beans/eslint/commit/5a06c74873a823340ab7a6120c5c3f16f85b405f))
315
+ * **pkg:** update dependency eslint-plugin-import to v2.29.1 ([#141](https://github.com/pickles-and-beans/eslint/issues/141)) ([3f1b8ef](https://github.com/pickles-and-beans/eslint/commit/3f1b8ef16fa39eb37cd518983cfc70ebcd41ae9f))
316
+ * **pkg:** update dependency eslint-plugin-jsdoc to v46.9.1 ([#139](https://github.com/pickles-and-beans/eslint/issues/139)) ([985ecbf](https://github.com/pickles-and-beans/eslint/commit/985ecbfbac969c49cf56682f78b553305ff96b8e))
317
+ * **pkg:** update dependency eslint-plugin-jsonc to ~2.11.0 ([#137](https://github.com/pickles-and-beans/eslint/issues/137)) ([aae021c](https://github.com/pickles-and-beans/eslint/commit/aae021cbee7b69e4831ab3c6ae97c334bf18255c))
318
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.11.1 ([#140](https://github.com/pickles-and-beans/eslint/issues/140)) ([f148f00](https://github.com/pickles-and-beans/eslint/commit/f148f003e2c921b10e05ab3d57767bba7031a8c4))
319
+ * **pkg:** update dependency eslint-plugin-security to ~2.1.0 ([#142](https://github.com/pickles-and-beans/eslint/issues/142)) ([e636a2c](https://github.com/pickles-and-beans/eslint/commit/e636a2c64954eb87e5c41c58b75d299b6def3284))
320
+ * **pkg:** update dependency eslint-plugin-security to v2 ([#138](https://github.com/pickles-and-beans/eslint/issues/138)) ([0aa0c45](https://github.com/pickles-and-beans/eslint/commit/0aa0c45de747948bd8b356ff8b6ee0a5d32b97a1))
321
+
322
+
323
+ ### Miscellaneous Chores
324
+
325
+ * **deps:** lock file maintenance ([#146](https://github.com/pickles-and-beans/eslint/issues/146)) ([47ec877](https://github.com/pickles-and-beans/eslint/commit/47ec87726d11f4a5fc70ad5c25d6f3d90a172c2f))
326
+
327
+ ## [2.1.6](https://github.com/pickles-and-beans/eslint/compare/v2.1.5...v2.1.6) (2023-12-12)
328
+
329
+
330
+ ### Bug Fixes
331
+
332
+ * Prevent `yarn npm publish` making the package private ([09547d3](https://github.com/pickles-and-beans/eslint/commit/09547d31e478eec1920f33a3bf43018c9dfdf4ff))
333
+
334
+ ## [2.1.5](https://github.com/pickles-and-beans/eslint/compare/v2.1.4...v2.1.5) (2023-12-12)
335
+
336
+
337
+ ### Bug Fixes
338
+
339
+ * Exclude more test files from sonar ([12d1d6b](https://github.com/pickles-and-beans/eslint/commit/12d1d6b1a15bc5e1e91c37e83e81328933ed73f5))
340
+
341
+
342
+ ### Dependencies
343
+
344
+ * **pkg:** update typescript-eslint monorepo to ~6.14.0 ([#132](https://github.com/pickles-and-beans/eslint/issues/132)) ([a2e6c58](https://github.com/pickles-and-beans/eslint/commit/a2e6c5863cbc45f30b48d309bd852a9d5f1c9d12))
345
+
346
+ ## [2.1.4](https://github.com/pickles-and-beans/eslint/compare/v2.1.3...v2.1.4) (2023-12-11)
347
+
348
+
349
+ ### Dependencies
350
+
351
+ * **pkg:** update dependency eslint-plugin-n to ~16.4.0 ([#129](https://github.com/pickles-and-beans/eslint/issues/129)) ([60deed6](https://github.com/pickles-and-beans/eslint/commit/60deed65ce44155327e760d92c6a330513c783e0))
352
+
353
+ ## [2.1.3](https://github.com/pickles-and-beans/eslint/compare/v2.1.2...v2.1.3) (2023-12-09)
354
+
355
+
356
+ ### Dependencies
357
+
358
+ * **deps:** update googlecloudplatform/release-please-action action to v4 ([#125](https://github.com/pickles-and-beans/eslint/issues/125)) ([99c4ea8](https://github.com/pickles-and-beans/eslint/commit/99c4ea8d8d62d8c0d96cfc5099998177933c946e))
359
+ * **dev:** update dependency @types/eslint to v8.44.8 ([#116](https://github.com/pickles-and-beans/eslint/issues/116)) ([0cbcf01](https://github.com/pickles-and-beans/eslint/commit/0cbcf014cbad233ed2df69ee5da72010a1c7a834))
360
+ * **dev:** update dependency @types/node to ~20.10.0 ([#121](https://github.com/pickles-and-beans/eslint/issues/121)) ([998e0c6](https://github.com/pickles-and-beans/eslint/commit/998e0c6acd112467bd6ea860c6c70a9cf5737680))
361
+ * **pkg:** update dependency @eslint/js to ~8.55.0 ([#122](https://github.com/pickles-and-beans/eslint/issues/122)) ([b951af7](https://github.com/pickles-and-beans/eslint/commit/b951af7e9414512775d54faf1d58b4e23b3970b1))
362
+ * **pkg:** update dependency eslint to ~8.55.0 ([#123](https://github.com/pickles-and-beans/eslint/issues/123)) ([d0148d1](https://github.com/pickles-and-beans/eslint/commit/d0148d1f59e60b1b7338dfd25361a7f85d676819))
363
+ * **pkg:** update typescript-eslint monorepo to ~6.13.0 ([#124](https://github.com/pickles-and-beans/eslint/issues/124)) ([5c52e00](https://github.com/pickles-and-beans/eslint/commit/5c52e00d12672208c2f16ecd62c33a5b5de2db3f))
364
+
365
+
366
+ ### Miscellaneous Chores
367
+
368
+ * **deps:** lock file maintenance ([#126](https://github.com/pickles-and-beans/eslint/issues/126)) ([16a9b67](https://github.com/pickles-and-beans/eslint/commit/16a9b67bd8dfe6c3b5dfb4013890aac075909e53))
369
+ * Dont check for duplicate strings in tests ([2c129f2](https://github.com/pickles-and-beans/eslint/commit/2c129f2761bc91765eba755ad08663d5f381b2ac))
370
+
371
+ ## [2.1.2](https://github.com/pickles-and-beans/eslint/compare/v2.1.1...v2.1.2) (2023-11-23)
372
+
373
+
374
+ ### Bug Fixes
375
+
376
+ * Typescript peer dependency ([f9a039e](https://github.com/pickles-and-beans/eslint/commit/f9a039eabb40c1e7bc8c4edea365112a95fac54e))
377
+
378
+
379
+ ### Miscellaneous Chores
380
+
381
+ * **deps:** lock file maintenance ([#114](https://github.com/pickles-and-beans/eslint/issues/114)) ([e838db3](https://github.com/pickles-and-beans/eslint/commit/e838db3123d00ae0ad46c088144f96a48d15e0d3))
382
+
383
+ ## [2.1.1](https://github.com/pickles-and-beans/eslint/compare/v2.1.0...v2.1.1) (2023-11-22)
384
+
385
+
386
+ ### Bug Fixes
387
+
388
+ * auth in ci for npm ([c852d4d](https://github.com/pickles-and-beans/eslint/commit/c852d4dfe338ec0bf57d9944703219f610c31e77))
389
+
390
+ ## [2.1.0](https://github.com/pickles-and-beans/eslint/compare/v2.0.3...v2.1.0) (2023-11-22)
391
+
392
+
393
+ ### Features
394
+
395
+ * relative type safety ([fe957c8](https://github.com/pickles-and-beans/eslint/commit/fe957c81d4b42d8394ed5b62c94f47462aa54c88))
396
+
397
+
398
+ ### Dependencies
399
+
400
+ * **deps:** update actions/setup-node action to v4 ([#106](https://github.com/pickles-and-beans/eslint/issues/106)) ([15aa753](https://github.com/pickles-and-beans/eslint/commit/15aa7538c776d0bf698c9f601d8bd46642a3ab6e))
401
+ * **dev:** update dependency @types/node to ~20.9.0 ([#96](https://github.com/pickles-and-beans/eslint/issues/96)) ([4aced0f](https://github.com/pickles-and-beans/eslint/commit/4aced0f914303d03bd18cf4628c5aee887173924))
402
+ * **pkg:** update dependency @eslint/js to ~8.54.0 ([#98](https://github.com/pickles-and-beans/eslint/issues/98)) ([ee5a70d](https://github.com/pickles-and-beans/eslint/commit/ee5a70d425affce3d0345025eea84caa7be70f55))
403
+ * **pkg:** update typescript-eslint monorepo to ~6.12.0 ([#105](https://github.com/pickles-and-beans/eslint/issues/105)) ([8407545](https://github.com/pickles-and-beans/eslint/commit/84075451d17896bd66b4cad26fbb60207d85f307))
404
+
405
+
406
+ ### Miscellaneous Chores
407
+
408
+ * Bump dep versions ([37e9b53](https://github.com/pickles-and-beans/eslint/commit/37e9b53d5a27a2ba6115da3a23ee7c6cbf4680ac))
409
+ * **deps:** lock file maintenance ([#82](https://github.com/pickles-and-beans/eslint/issues/82)) ([f0ae90b](https://github.com/pickles-and-beans/eslint/commit/f0ae90befb89fdcb7c1832c99279c77706851370))
410
+ * make defaultSemverRangePrefix quoted ([5a1e507](https://github.com/pickles-and-beans/eslint/commit/5a1e507c25dddf8c9296477f161a5563a795d545))
411
+ * Rename package ([b7ac892](https://github.com/pickles-and-beans/eslint/commit/b7ac8920809395b8e7e9f37779a7460c15950e4a))
412
+ * Update package engines ([e7aceb9](https://github.com/pickles-and-beans/eslint/commit/e7aceb90dc6d204c929ddb8a8db63b4e1ff2a497))
413
+ * Update yarn ([2af5349](https://github.com/pickles-and-beans/eslint/commit/2af534984015eafa2a66e4d140c7bc1c6483005e))
414
+ * Update yarn settings ([3625fa5](https://github.com/pickles-and-beans/eslint/commit/3625fa50232c77b20de3ba6656fda26105c22c8b))
415
+ * Update yml editor config ([e44baee](https://github.com/pickles-and-beans/eslint/commit/e44baeee32b794cb17c3fb6f644ace15a8efadc4))
416
+
417
+ ## [2.0.3](https://github.com/pickles-and-beans/eslint/compare/v2.0.2...v2.0.3) (2023-10-13)
418
+
419
+
420
+ ### Dependencies
421
+
422
+ * **deps:** update yarn to v3.6.4 ([#84](https://github.com/pickles-and-beans/eslint/issues/84)) ([22e8745](https://github.com/pickles-and-beans/eslint/commit/22e8745d435c7529ef281cbf1b89b61928db157c))
423
+ * **dev:** update dependency @types/node to v20.8.4 ([#87](https://github.com/pickles-and-beans/eslint/issues/87)) ([2523539](https://github.com/pickles-and-beans/eslint/commit/25235390e052ed5aaac2c72401c17a6e532d4940))
424
+ * **dev:** update dependency @types/node to v20.8.5 ([#94](https://github.com/pickles-and-beans/eslint/issues/94)) ([3c9a38f](https://github.com/pickles-and-beans/eslint/commit/3c9a38f9ae3ae86a8e71989da91507b0d86de429))
425
+ * **dev:** update dependency type-fest to v4.4.0 ([#88](https://github.com/pickles-and-beans/eslint/issues/88)) ([f71504c](https://github.com/pickles-and-beans/eslint/commit/f71504c7a912b0161ddf6610fc8c6108b981ec49))
426
+ * **pkg:** update dependency @eslint/js to v8.51.0 ([#89](https://github.com/pickles-and-beans/eslint/issues/89)) ([4aa06aa](https://github.com/pickles-and-beans/eslint/commit/4aa06aa5452c8cee540f0ba239fcf3498bd304b1))
427
+ * **pkg:** update dependency eslint to v8.51.0 ([#90](https://github.com/pickles-and-beans/eslint/issues/90)) ([d14db05](https://github.com/pickles-and-beans/eslint/commit/d14db0560dbeba756b517616cb32c9d6840b85fc))
428
+ * **pkg:** update dependency eslint-plugin-jest to v27.4.2 ([#85](https://github.com/pickles-and-beans/eslint/issues/85)) ([64c2e16](https://github.com/pickles-and-beans/eslint/commit/64c2e164e802aeef6a140725324a67d8b5b963b6))
429
+ * **pkg:** update dependency eslint-plugin-jsonc to v2.10.0 ([#91](https://github.com/pickles-and-beans/eslint/issues/91)) ([533a45d](https://github.com/pickles-and-beans/eslint/commit/533a45d8db741c8b0c213b5aab3b7e3497eb0ab1))
430
+ * **pkg:** update dependency eslint-plugin-n to v16.2.0 ([#92](https://github.com/pickles-and-beans/eslint/issues/92)) ([0a87739](https://github.com/pickles-and-beans/eslint/commit/0a87739b19485b25b34f06e5b7434f72fa5d62cc))
431
+ * **pkg:** update typescript-eslint monorepo to v6.7.5 ([#86](https://github.com/pickles-and-beans/eslint/issues/86)) ([cd44b05](https://github.com/pickles-and-beans/eslint/commit/cd44b05c9439aabecf9edb38a55ce002b666de42))
432
+
433
+ ## [2.0.2](https://github.com/pickles-and-beans/eslint/compare/v2.0.1...v2.0.2) (2023-09-24)
434
+
435
+
436
+ ### Bug Fixes
437
+
438
+ * Correctly handle temp imports (?time=11111) ([#80](https://github.com/pickles-and-beans/eslint/issues/80)) ([6ee9be6](https://github.com/pickles-and-beans/eslint/commit/6ee9be694f0289558fbdfc9d91cee22e6a628b77))
439
+
440
+ ## [2.0.1](https://github.com/pickles-and-beans/eslint/compare/v2.0.0...v2.0.1) (2023-09-24)
441
+
442
+
443
+ ### Miscellaneous Chores
444
+
445
+ * **deps:** update all non-major dependencies ([#76](https://github.com/pickles-and-beans/eslint/issues/76)) ([5fed4f1](https://github.com/pickles-and-beans/eslint/commit/5fed4f15653dd70fc3b16bb2bb58742148383b94))
446
+ * **deps:** update dependency @types/node to v20.6.4 ([#79](https://github.com/pickles-and-beans/eslint/issues/79)) ([862a917](https://github.com/pickles-and-beans/eslint/commit/862a9170618a8a67a68f88643679b78bcbd85113))
447
+
448
+ ## [2.0.0](https://github.com/pickles-and-beans/eslint/compare/v1.3.11...v2.0.0) (2023-09-23)
449
+
450
+
451
+ ### ⚠ BREAKING CHANGES
452
+
453
+ * Bundle eslint for the eslint command
454
+
455
+ ### Features
456
+
457
+ * Allow for createConfig to be called with a string ([47dcb96](https://github.com/pickles-and-beans/eslint/commit/47dcb9617cc1ff75c4bf2726de5c34b950a375cd))
458
+ * Bundle eslint for the eslint command ([8baf720](https://github.com/pickles-and-beans/eslint/commit/8baf720f8cb75d8ca8a15875f67c9e81fb88004f))
459
+
460
+
461
+ ### Bug Fixes
462
+
463
+ * **deps:** update all non-major dependencies ([#74](https://github.com/pickles-and-beans/eslint/issues/74)) ([ab1d00f](https://github.com/pickles-and-beans/eslint/commit/ab1d00fcec7ae8a8fd465abebacafdd5474c7afb))
464
+ * **deps:** update all non-major dependencies to v6.7.2 ([#72](https://github.com/pickles-and-beans/eslint/issues/72)) ([0a87ace](https://github.com/pickles-and-beans/eslint/commit/0a87acec8e5aa175af6329b4941db960649b4545))
465
+ * Import @types/node ([dbcf2b4](https://github.com/pickles-and-beans/eslint/commit/dbcf2b4ab8d39fec74a7bac2d71aae62531c54c3))
466
+
467
+
468
+ ### Miscellaneous Chores
469
+
470
+ * **deps:** lock file maintenance ([#71](https://github.com/pickles-and-beans/eslint/issues/71)) ([13a9369](https://github.com/pickles-and-beans/eslint/commit/13a9369d4ab61b37ffc8fb943e13b3d9bd7b4c82))
471
+
472
+ ## [1.3.11](https://github.com/pickles-and-beans/eslint/compare/v1.3.10...v1.3.11) (2023-09-17)
473
+
474
+
475
+ ### Miscellaneous Chores
476
+
477
+ * update jsdoc.js ([f741e5b](https://github.com/pickles-and-beans/eslint/commit/f741e5b3ab203a3d7dd5a6e4da79c6ae454b0dbb))
478
+
479
+ ## [1.3.10](https://github.com/pickles-and-beans/eslint/compare/v1.3.9...v1.3.10) (2023-09-17)
480
+
481
+
482
+ ### Bug Fixes
483
+
484
+ * **deps:** update all non-major dependencies ([#67](https://github.com/pickles-and-beans/eslint/issues/67)) ([5d95b64](https://github.com/pickles-and-beans/eslint/commit/5d95b642373fc94d0c4eb4f1f170c6b2f3c2f1d2))
485
+
486
+
487
+ ### Miscellaneous Chores
488
+
489
+ * **deps:** lock file maintenance ([#68](https://github.com/pickles-and-beans/eslint/issues/68)) ([6850c76](https://github.com/pickles-and-beans/eslint/commit/6850c76a7365bfe07b5339a2581acd17c94c918b))
490
+
491
+ ## [1.3.9](https://github.com/pickles-and-beans/eslint/compare/v1.3.8...v1.3.9) (2023-09-09)
492
+
493
+
494
+ ### Bug Fixes
495
+
496
+ * **deps:** update all non-major dependencies to v8.49.0 ([#65](https://github.com/pickles-and-beans/eslint/issues/65)) ([0b24c45](https://github.com/pickles-and-beans/eslint/commit/0b24c4567b2c752425ba1d0fb4cdc32f086706a3))
497
+
498
+ ## [1.3.8](https://github.com/pickles-and-beans/eslint/compare/v1.3.7...v1.3.8) (2023-09-04)
499
+
500
+
501
+ ### Bug Fixes
502
+
503
+ * **deps:** update all non-major dependencies ([#63](https://github.com/pickles-and-beans/eslint/issues/63)) ([cc80bc9](https://github.com/pickles-and-beans/eslint/commit/cc80bc91342306d27916b1aab6b46abe820bb775))
504
+
505
+
506
+ ### Miscellaneous Chores
507
+
508
+ * **deps:** lock file maintenance ([#61](https://github.com/pickles-and-beans/eslint/issues/61)) ([baa967b](https://github.com/pickles-and-beans/eslint/commit/baa967bf2e03a98f15d1418d479eef5c7012b9ff))
509
+ * **deps:** update actions/checkout action to v4 ([#64](https://github.com/pickles-and-beans/eslint/issues/64)) ([0f39b70](https://github.com/pickles-and-beans/eslint/commit/0f39b702fd20b84f5d3ed037c1b8db88b540e7ff))
510
+ * **deps:** update dependency type-fest to v4.3.1 ([#60](https://github.com/pickles-and-beans/eslint/issues/60)) ([bda2492](https://github.com/pickles-and-beans/eslint/commit/bda2492b439474b95f929fb54ba0c1859d10c7eb))
511
+
512
+ ## [1.3.7](https://github.com/pickles-and-beans/eslint/compare/v1.3.6...v1.3.7) (2023-08-27)
513
+
514
+
515
+ ### Bug Fixes
516
+
517
+ * Ignore example files in plugin node ([91a24eb](https://github.com/pickles-and-beans/eslint/commit/91a24ebb056d99333c2bb5dfc5b5c829dbc9aec5))
518
+
519
+
520
+ ### Miscellaneous Chores
521
+
522
+ * **deps:** update dependency type-fest to v4.3.0 ([#58](https://github.com/pickles-and-beans/eslint/issues/58)) ([388208f](https://github.com/pickles-and-beans/eslint/commit/388208ff2a51b3dffe6d48ee9e4f591d0c8eb453))
523
+
524
+ ## [1.3.6](https://github.com/pickles-and-beans/eslint/compare/v1.3.5...v1.3.6) (2023-08-26)
525
+
526
+
527
+ ### Bug Fixes
528
+
529
+ * **deps:** update all non-major dependencies ([#56](https://github.com/pickles-and-beans/eslint/issues/56)) ([5e5a000](https://github.com/pickles-and-beans/eslint/commit/5e5a000a8a147a9dbce4cc8ca94eb93c765d5049))
530
+
531
+
532
+ ### Miscellaneous Chores
533
+
534
+ * no unpublished import ([3b9a2c1](https://github.com/pickles-and-beans/eslint/commit/3b9a2c1dff775121bfbd37be7f55a79f69cc34a2))
535
+
536
+ ## [1.3.5](https://github.com/pickles-and-beans/eslint/compare/v1.3.4...v1.3.5) (2023-08-24)
537
+
538
+
539
+ ### Miscellaneous Chores
540
+
541
+ * **deps:** update yarn to v3.6.3 ([#54](https://github.com/pickles-and-beans/eslint/issues/54)) ([d1d08a4](https://github.com/pickles-and-beans/eslint/commit/d1d08a48f39891a62dc2132c8fdeca799711570c))
542
+
543
+ ## [1.3.4](https://github.com/pickles-and-beans/eslint/compare/v1.3.3...v1.3.4) (2023-08-23)
544
+
545
+
546
+ ### Bug Fixes
547
+
548
+ * Remove 'complexity' rule ([#52](https://github.com/pickles-and-beans/eslint/issues/52)) ([02413b8](https://github.com/pickles-and-beans/eslint/commit/02413b88e5c9cb0760984733b64cf8b0fe7edd33))
549
+
550
+
551
+ ### Miscellaneous Chores
552
+
553
+ * Ignore more directories ([8f26a76](https://github.com/pickles-and-beans/eslint/commit/8f26a76d6a203ab80f5a2f616a88828d35ba5477))
554
+
555
+ ## [1.3.3](https://github.com/pickles-and-beans/eslint/compare/v1.3.2...v1.3.3) (2023-08-23)
556
+
557
+
558
+ ### Bug Fixes
559
+
560
+ * **deps:** update dependency eslint-plugin-sonarjs to v0.21.0 ([#50](https://github.com/pickles-and-beans/eslint/issues/50)) ([3cd99bc](https://github.com/pickles-and-beans/eslint/commit/3cd99bc8e580e1c3bddfc1e1cd8e3103558b0939))
561
+
562
+ ## [1.3.2](https://github.com/pickles-and-beans/eslint/compare/v1.3.1...v1.3.2) (2023-08-22)
563
+
564
+
565
+ ### Bug Fixes
566
+
567
+ * **deps:** update all non-major dependencies ([#47](https://github.com/pickles-and-beans/eslint/issues/47)) ([95ce55c](https://github.com/pickles-and-beans/eslint/commit/95ce55c07233a3448373649315cbc71f90d1b5fe))
568
+
569
+
570
+ ### Miscellaneous Chores
571
+
572
+ * **deps:** lock file maintenance ([#48](https://github.com/pickles-and-beans/eslint/issues/48)) ([8b92ea3](https://github.com/pickles-and-beans/eslint/commit/8b92ea360cc989b2b8551942363bcc67e9369a16))
573
+
574
+ ## [1.3.1](https://github.com/pickles-and-beans/eslint/compare/v1.3.0...v1.3.1) (2023-08-19)
575
+
576
+
577
+ ### Bug Fixes
578
+
579
+ * Add react version setting to typescript ([b07810f](https://github.com/pickles-and-beans/eslint/commit/b07810fa28347d21ff5a45b100ee72411bdbe331))
580
+
581
+ ## [1.3.0](https://github.com/pickles-and-beans/eslint/compare/v1.2.1...v1.3.0) (2023-08-19)
582
+
583
+
584
+ ### Features
585
+
586
+ * Permit looser type checks in typescript ([#39](https://github.com/pickles-and-beans/eslint/issues/39)) ([2cf3ac3](https://github.com/pickles-and-beans/eslint/commit/2cf3ac360bdca6d02e21467b5cf3580a7965b9b5))
587
+
588
+
589
+ ### Bug Fixes
590
+
591
+ * Detect the packages react version ([#37](https://github.com/pickles-and-beans/eslint/issues/37)) ([3e28958](https://github.com/pickles-and-beans/eslint/commit/3e28958586776426de6253870a53258c062bb7b9))
592
+
593
+ ## [1.2.1](https://github.com/pickles-and-beans/eslint/compare/v1.2.0...v1.2.1) (2023-08-19)
594
+
595
+
596
+ ### Miscellaneous Chores
597
+
598
+ * Add dist to eslint ignores ([4144276](https://github.com/pickles-and-beans/eslint/commit/414427609b45a87bebc2a815004d4aa4bb7abc03))
599
+
600
+ ## [1.2.0](https://github.com/pickles-and-beans/eslint/compare/v1.1.2...v1.2.0) (2023-08-19)
601
+
602
+
603
+ ### Features
604
+
605
+ * Support linting react ([#35](https://github.com/pickles-and-beans/eslint/issues/35)) ([e81542b](https://github.com/pickles-and-beans/eslint/commit/e81542b590d6308e3e61089ace146d97d67aa947))
606
+
607
+
608
+ ### Bug Fixes
609
+
610
+ * **deps:** update all non-major dependencies ([#33](https://github.com/pickles-and-beans/eslint/issues/33)) ([eee958c](https://github.com/pickles-and-beans/eslint/commit/eee958c4b5b2efd63090670fe9729330ef89a9a2))
611
+
612
+ ## [1.1.2](https://github.com/pickles-and-beans/eslint/compare/v1.1.1...v1.1.2) (2023-08-17)
613
+
614
+
615
+ ### Bug Fixes
616
+
617
+ * **deps:** update all non-major dependencies to v6.4.0 ([#31](https://github.com/pickles-and-beans/eslint/issues/31)) ([5a3b6e9](https://github.com/pickles-and-beans/eslint/commit/5a3b6e940bab64c01bb06911d39ce6a56e467d96))
618
+
619
+
620
+ ### Documentation
621
+
622
+ * Improve the readme install instructions ([#29](https://github.com/pickles-and-beans/eslint/issues/29)) ([5b34c32](https://github.com/pickles-and-beans/eslint/commit/5b34c32d602c28f208f50561448cadb8a67eb25b))
623
+
624
+ ## [1.1.1](https://github.com/pickles-and-beans/eslint/compare/v1.1.0...v1.1.1) (2023-08-14)
625
+
626
+
627
+ ### Bug Fixes
628
+
629
+ * Ignore coverage directories ([#27](https://github.com/pickles-and-beans/eslint/issues/27)) ([0af226d](https://github.com/pickles-and-beans/eslint/commit/0af226db653ae29460e8039f9821025a10b01448))
630
+
631
+ ## [1.1.0](https://github.com/pickles-and-beans/eslint/compare/v1.0.0...v1.1.0) (2023-08-14)
632
+
633
+
634
+ ### Features
635
+
636
+ * Follow editorconfig closely ([d6ef4bb](https://github.com/pickles-and-beans/eslint/commit/d6ef4bb6b243010123c213046905f4d0bb658873))
637
+ * Place eslint in peerDependencies ([#24](https://github.com/pickles-and-beans/eslint/issues/24)) ([c143dfa](https://github.com/pickles-and-beans/eslint/commit/c143dfa33f771a927d130cdb687c868c9ccfb6bc))
638
+ * Support import/typescript ([67d4264](https://github.com/pickles-and-beans/eslint/commit/67d426417fefca92cdc51a1e566585d743db4ef6))
639
+ * updated the doc blocks ([1af8e0c](https://github.com/pickles-and-beans/eslint/commit/1af8e0c235f2cd1e3bb2fb22bf4f696d78f88c7e))
640
+
641
+
642
+ ### Bug Fixes
643
+
644
+ * Remove console log ([0e86160](https://github.com/pickles-and-beans/eslint/commit/0e86160e1e5c30c716b95d92ebabbb6a9b39eefd))
645
+
646
+ ## 1.0.0 (2023-08-12)
647
+
648
+
649
+ ### Features
650
+
651
+ * Add repository to package.json ([#18](https://github.com/pickles-and-beans/eslint/issues/18)) ([6de9930](https://github.com/pickles-and-beans/eslint/commit/6de9930fd17ee998f20c355de479c8acd122e779))
652
+ * added and configured typescript and unicorn eslint ([b53b0b7](https://github.com/pickles-and-beans/eslint/commit/b53b0b793acfb45de5b6c29bb426ff70a8007b7d))
653
+ * added more plugins and configs ([47d88f3](https://github.com/pickles-and-beans/eslint/commit/47d88f3f6f94c8cca4f507d2d96de81b91e92d44))
654
+ * updated jsdoc settings ([56e788b](https://github.com/pickles-and-beans/eslint/commit/56e788b4c6f8c8d2cfe1f60cbaf660001ab7c68f))
655
+
656
+
657
+ ### Bug Fixes
658
+
659
+ * Attempt to use `yarn config set` ([#16](https://github.com/pickles-and-beans/eslint/issues/16)) ([7fbe4a0](https://github.com/pickles-and-beans/eslint/commit/7fbe4a05a18016f349c14695364b1d545970882b))
660
+ * **deps:** update all non-major dependencies ([#10](https://github.com/pickles-and-beans/eslint/issues/10)) ([ff6fca9](https://github.com/pickles-and-beans/eslint/commit/ff6fca992e5aa274e528703d15b742717a380fd3))
661
+ * **deps:** update all non-major dependencies ([#4](https://github.com/pickles-and-beans/eslint/issues/4)) ([1174d92](https://github.com/pickles-and-beans/eslint/commit/1174d928a0971a0d162ae383a44e927fbbc0fae4))
662
+ * **deps:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4 ([#5](https://github.com/pickles-and-beans/eslint/issues/5)) ([34855b9](https://github.com/pickles-and-beans/eslint/commit/34855b9b1ac2fc9d7529572a099deef33b8aaddb))
663
+ * **deps:** update dependency eslint-plugin-unicorn to v48 ([#6](https://github.com/pickles-and-beans/eslint/issues/6)) ([280c94d](https://github.com/pickles-and-beans/eslint/commit/280c94d2c44ea52786e28cd97b529d263bc0709d))
664
+ * update yarn to v3 ([#14](https://github.com/pickles-and-beans/eslint/issues/14)) ([1068a4d](https://github.com/pickles-and-beans/eslint/commit/1068a4da33364d8e82d3964ebc1d057beb0a5593))
665
+
666
+
667
+ ### Documentation
668
+
669
+ * Update readme usage ([9caa069](https://github.com/pickles-and-beans/eslint/commit/9caa069777bdd3cc08f1e739c218a27b8b9157f0))
670
+
671
+
672
+ ### Code Refactoring
673
+
674
+ * Remove "config" from createConfig ([c753d43](https://github.com/pickles-and-beans/eslint/commit/c753d43240d54aad21a1f891e002f2a094e03fd0))
675
+
676
+ ## [1.1.0](https://github.com/pickles-and-beans/eslint/compare/v1.0.1...v1.1.0) (2023-08-12)
677
+
678
+
679
+ ### Features
680
+
681
+ * added and configured typescript and unicorn eslint ([b53b0b7](https://github.com/pickles-and-beans/eslint/commit/b53b0b793acfb45de5b6c29bb426ff70a8007b7d))
682
+ * added more plugins and configs ([47d88f3](https://github.com/pickles-and-beans/eslint/commit/47d88f3f6f94c8cca4f507d2d96de81b91e92d44))
683
+ * updated jsdoc settings ([56e788b](https://github.com/pickles-and-beans/eslint/commit/56e788b4c6f8c8d2cfe1f60cbaf660001ab7c68f))
684
+
685
+
686
+ ### Bug Fixes
687
+
688
+ * Attempt to use `yarn config set` ([#16](https://github.com/pickles-and-beans/eslint/issues/16)) ([7fbe4a0](https://github.com/pickles-and-beans/eslint/commit/7fbe4a05a18016f349c14695364b1d545970882b))
689
+ * **deps:** update all non-major dependencies ([#10](https://github.com/pickles-and-beans/eslint/issues/10)) ([ff6fca9](https://github.com/pickles-and-beans/eslint/commit/ff6fca992e5aa274e528703d15b742717a380fd3))
690
+ * **deps:** update all non-major dependencies ([#4](https://github.com/pickles-and-beans/eslint/issues/4)) ([1174d92](https://github.com/pickles-and-beans/eslint/commit/1174d928a0971a0d162ae383a44e927fbbc0fae4))
691
+ * **deps:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4 ([#5](https://github.com/pickles-and-beans/eslint/issues/5)) ([34855b9](https://github.com/pickles-and-beans/eslint/commit/34855b9b1ac2fc9d7529572a099deef33b8aaddb))
692
+ * **deps:** update dependency eslint-plugin-unicorn to v48 ([#6](https://github.com/pickles-and-beans/eslint/issues/6)) ([280c94d](https://github.com/pickles-and-beans/eslint/commit/280c94d2c44ea52786e28cd97b529d263bc0709d))
693
+ * update yarn to v3 ([#14](https://github.com/pickles-and-beans/eslint/issues/14)) ([1068a4d](https://github.com/pickles-and-beans/eslint/commit/1068a4da33364d8e82d3964ebc1d057beb0a5593))
694
+
695
+
696
+ ### Documentation
697
+
698
+ * Update readme usage ([9caa069](https://github.com/pickles-and-beans/eslint/commit/9caa069777bdd3cc08f1e739c218a27b8b9157f0))
699
+
700
+
701
+ ### Code Refactoring
702
+
703
+ * Remove "config" from createConfig ([c753d43](https://github.com/pickles-and-beans/eslint/commit/c753d43240d54aad21a1f891e002f2a094e03fd0))
704
+
705
+ ## [1.0.1](https://github.com/pickles-and-beans/eslint/compare/v1.0.0...v1.0.1) (2023-08-12)
706
+
707
+
708
+ ### Bug Fixes
709
+
710
+ * update yarn to v3 ([#14](https://github.com/pickles-and-beans/eslint/issues/14)) ([1068a4d](https://github.com/pickles-and-beans/eslint/commit/1068a4da33364d8e82d3964ebc1d057beb0a5593))
711
+
712
+ ## 1.0.0 (2023-08-12)
713
+
714
+
715
+ ### Features
716
+
717
+ * added and configured typescript and unicorn eslint ([b53b0b7](https://github.com/pickles-and-beans/eslint/commit/b53b0b793acfb45de5b6c29bb426ff70a8007b7d))
718
+ * added more plugins and configs ([47d88f3](https://github.com/pickles-and-beans/eslint/commit/47d88f3f6f94c8cca4f507d2d96de81b91e92d44))
719
+ * updated jsdoc settings ([56e788b](https://github.com/pickles-and-beans/eslint/commit/56e788b4c6f8c8d2cfe1f60cbaf660001ab7c68f))
720
+
721
+
722
+ ### Bug Fixes
723
+
724
+ * **deps:** update all non-major dependencies ([#10](https://github.com/pickles-and-beans/eslint/issues/10)) ([ff6fca9](https://github.com/pickles-and-beans/eslint/commit/ff6fca992e5aa274e528703d15b742717a380fd3))
725
+ * **deps:** update all non-major dependencies ([#4](https://github.com/pickles-and-beans/eslint/issues/4)) ([1174d92](https://github.com/pickles-and-beans/eslint/commit/1174d928a0971a0d162ae383a44e927fbbc0fae4))
726
+ * **deps:** update dependency @eslint-community/eslint-plugin-eslint-comments to v4 ([#5](https://github.com/pickles-and-beans/eslint/issues/5)) ([34855b9](https://github.com/pickles-and-beans/eslint/commit/34855b9b1ac2fc9d7529572a099deef33b8aaddb))
727
+ * **deps:** update dependency eslint-plugin-unicorn to v48 ([#6](https://github.com/pickles-and-beans/eslint/issues/6)) ([280c94d](https://github.com/pickles-and-beans/eslint/commit/280c94d2c44ea52786e28cd97b529d263bc0709d))
728
+
729
+
730
+ ### Documentation
731
+
732
+ * Update readme usage ([9caa069](https://github.com/pickles-and-beans/eslint/commit/9caa069777bdd3cc08f1e739c218a27b8b9157f0))
733
+
734
+
735
+ ### Code Refactoring
736
+
737
+ * Remove "config" from createConfig ([c753d43](https://github.com/pickles-and-beans/eslint/commit/c753d43240d54aad21a1f891e002f2a094e03fd0))