eslint-config-agent 3.0.3 → 3.0.5

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
@@ -4,6 +4,125 @@ All notable changes to this project will be documented in this file. See [Conven
4
4
 
5
5
 
6
6
 
7
+ ## [3.0.5](https://github.com/tupe12334/eslint-config-agent/compare/v3.0.4...v3.0.5) (2026-06-24)
8
+
9
+ ### Features
10
+
11
+ * **config:** disallow chained assignment (no-multi-assign) ([#68](https://github.com/tupe12334/eslint-config-agent/issues/68)) ([aec7bc4](https://github.com/tupe12334/eslint-config-agent/commit/aec7bc49a9a6af530b8ae85b5d36561fbd80d843))
12
+ * **config:** disallow nested ternaries (no-nested-ternary) ([#19](https://github.com/tupe12334/eslint-config-agent/issues/19)) ([d6d2d1c](https://github.com/tupe12334/eslint-config-agent/commit/d6d2d1c774a448524676a4ec2a416517686804f2)), closes [#18](https://github.com/tupe12334/eslint-config-agent/issues/18)
13
+ * **config:** disallow unneeded ternaries (no-unneeded-ternary) ([#29](https://github.com/tupe12334/eslint-config-agent/issues/29)) ([98ccce0](https://github.com/tupe12334/eslint-config-agent/commit/98ccce00f1c5cae059142ad7bb254262f6f2ed7c)), closes [#28](https://github.com/tupe12334/eslint-config-agent/issues/28)
14
+ * **config:** disallow var declarations (no-var) ([#31](https://github.com/tupe12334/eslint-config-agent/issues/31)) ([35d1d87](https://github.com/tupe12334/eslint-config-agent/commit/35d1d87f9b948878c931d26d743d441fabd3d40d)), closes [#30](https://github.com/tupe12334/eslint-config-agent/issues/30)
15
+ * **config:** disallow var in shared rule set (no-var) ([#46](https://github.com/tupe12334/eslint-config-agent/issues/46)) ([c27d075](https://github.com/tupe12334/eslint-config-agent/commit/c27d0751df9649826ddafea571ea2d22943b5514)), closes [#30](https://github.com/tupe12334/eslint-config-agent/issues/30)
16
+ * **config:** enable @typescript-eslint/consistent-type-exports ([#188](https://github.com/tupe12334/eslint-config-agent/issues/188)) ([62ac247](https://github.com/tupe12334/eslint-config-agent/commit/62ac247c4c707d43a3a6f3bff39ac85c27c6545a)), closes [#187](https://github.com/tupe12334/eslint-config-agent/issues/187)
17
+ * **config:** enable @typescript-eslint/consistent-type-imports ([#110](https://github.com/tupe12334/eslint-config-agent/issues/110)) ([f6a8f5d](https://github.com/tupe12334/eslint-config-agent/commit/f6a8f5d64255270ce7aa6ecf585cad44ee0bd96f)), closes [#109](https://github.com/tupe12334/eslint-config-agent/issues/109)
18
+ * **config:** enable @typescript-eslint/no-import-type-side-effects ([#210](https://github.com/tupe12334/eslint-config-agent/issues/210)) ([e26bb0a](https://github.com/tupe12334/eslint-config-agent/commit/e26bb0aae392ca824664feb35e614662af99bffb))
19
+ * **config:** enable @typescript-eslint/no-loop-func in the shared rule set ([#236](https://github.com/tupe12334/eslint-config-agent/issues/236)) ([e65a589](https://github.com/tupe12334/eslint-config-agent/commit/e65a5899d36da42d2ff539527573e4540a08f2e8)), closes [#235](https://github.com/tupe12334/eslint-config-agent/issues/235)
20
+ * **config:** enable @typescript-eslint/no-non-null-assertion ([#173](https://github.com/tupe12334/eslint-config-agent/issues/173)) ([4c31365](https://github.com/tupe12334/eslint-config-agent/commit/4c31365b80a3d84bc39bf91ec92d612359d871df))
21
+ * **config:** enable @typescript-eslint/no-shadow in the shared rule set ([#184](https://github.com/tupe12334/eslint-config-agent/issues/184)) ([977fa60](https://github.com/tupe12334/eslint-config-agent/commit/977fa60c3858d085914d0a2d144c43e1b82f9106))
22
+ * **config:** enable @typescript-eslint/promise-function-async in the shared rule set ([#191](https://github.com/tupe12334/eslint-config-agent/issues/191)) ([6297f62](https://github.com/tupe12334/eslint-config-agent/commit/6297f62521c29a924782284bd5bf1db7ff7beb53))
23
+ * **config:** enable @typescript-eslint/require-array-sort-compare ([#135](https://github.com/tupe12334/eslint-config-agent/issues/135)) ([6eaf1f6](https://github.com/tupe12334/eslint-config-agent/commit/6eaf1f6ee7f2fc3d10cadca0810a8d67f5230963)), closes [Array#sort](https://github.com/tupe12334/Array/issues/sort) [#134](https://github.com/tupe12334/eslint-config-agent/issues/134)
24
+ * **config:** enable @typescript-eslint/return-await in the shared rule set ([#232](https://github.com/tupe12334/eslint-config-agent/issues/232)) ([2f1e4b6](https://github.com/tupe12334/eslint-config-agent/commit/2f1e4b6c7fd8a075b3fea80a99cca3bd3f298235)), closes [#231](https://github.com/tupe12334/eslint-config-agent/issues/231)
25
+ * **config:** enable @typescript-eslint/switch-exhaustiveness-check ([#102](https://github.com/tupe12334/eslint-config-agent/issues/102)) ([2125c0c](https://github.com/tupe12334/eslint-config-agent/commit/2125c0c796451381bcdb38b33ab7ab100df637fa)), closes [#101](https://github.com/tupe12334/eslint-config-agent/issues/101)
26
+ * **config:** enable array-callback-return in the shared rule set ([#74](https://github.com/tupe12334/eslint-config-agent/issues/74)) ([e647cc7](https://github.com/tupe12334/eslint-config-agent/commit/e647cc7cf9619bb18d204b7925a79d2390f5d492)), closes [#73](https://github.com/tupe12334/eslint-config-agent/issues/73)
27
+ * **config:** enable default-case-last in the shared rule set ([#225](https://github.com/tupe12334/eslint-config-agent/issues/225)) ([fb6f26a](https://github.com/tupe12334/eslint-config-agent/commit/fb6f26a8ef00953c5b56d3dd71397dc8ecb40fa8)), closes [#55](https://github.com/tupe12334/eslint-config-agent/issues/55)
28
+ * **config:** enable default-param-last in the shared rule set ([#167](https://github.com/tupe12334/eslint-config-agent/issues/167)) ([7c43c05](https://github.com/tupe12334/eslint-config-agent/commit/7c43c053620019917754b9aab810027b3a9032f8)), closes [#166](https://github.com/tupe12334/eslint-config-agent/issues/166)
29
+ * **config:** enable import/no-empty-named-blocks ([#70](https://github.com/tupe12334/eslint-config-agent/issues/70)) ([a939fb2](https://github.com/tupe12334/eslint-config-agent/commit/a939fb21aea9c3cbe623545fd264b20c717462b9)), closes [#69](https://github.com/tupe12334/eslint-config-agent/issues/69)
30
+ * **config:** enable import/no-useless-path-segments in the shared rule set ([#229](https://github.com/tupe12334/eslint-config-agent/issues/229)) ([2b2c076](https://github.com/tupe12334/eslint-config-agent/commit/2b2c076faf28c0ef650f8ec6f8f77598735ddfd4)), closes [#207](https://github.com/tupe12334/eslint-config-agent/issues/207)
31
+ * **config:** enable no-await-in-loop in the shared rule set ([#239](https://github.com/tupe12334/eslint-config-agent/issues/239)) ([59325f6](https://github.com/tupe12334/eslint-config-agent/commit/59325f6a6b7ec0bec4e0038ef3ecaf134e42a4fc)), closes [#237](https://github.com/tupe12334/eslint-config-agent/issues/237)
32
+ * **config:** enable no-console (allow warn/error) in the shared rule set ([#163](https://github.com/tupe12334/eslint-config-agent/issues/163)) ([cfcb2c5](https://github.com/tupe12334/eslint-config-agent/commit/cfcb2c5dd123a5857e4b92f2df7c5fea4d7cc095)), closes [#162](https://github.com/tupe12334/eslint-config-agent/issues/162)
33
+ * **config:** enable no-else-return in the shared rule set ([#38](https://github.com/tupe12334/eslint-config-agent/issues/38)) ([6f208d9](https://github.com/tupe12334/eslint-config-agent/commit/6f208d91b7e56373bd424324558fdf1fffdaaed7)), closes [#37](https://github.com/tupe12334/eslint-config-agent/issues/37)
34
+ * **config:** enable no-eval and no-implied-eval in the shared rule set ([#243](https://github.com/tupe12334/eslint-config-agent/issues/243)) ([bc1a168](https://github.com/tupe12334/eslint-config-agent/commit/bc1a16854df90869ff0908fd51be8458c872ca54)), closes [#174](https://github.com/tupe12334/eslint-config-agent/issues/174)
35
+ * **config:** enable no-extra-bind in the shared rule set ([#258](https://github.com/tupe12334/eslint-config-agent/issues/258)) ([c7a0abd](https://github.com/tupe12334/eslint-config-agent/commit/c7a0abd884cf17404ede21efb520169872cf99aa))
36
+ * **config:** enable no-lonely-if in the shared rule set ([#226](https://github.com/tupe12334/eslint-config-agent/issues/226)) ([9fea18a](https://github.com/tupe12334/eslint-config-agent/commit/9fea18a6f13b2b124e1380fa136bc9a54715326c)), closes [#53](https://github.com/tupe12334/eslint-config-agent/issues/53)
37
+ * **config:** enable no-new-func in the shared rule set ([#145](https://github.com/tupe12334/eslint-config-agent/issues/145)) ([f836525](https://github.com/tupe12334/eslint-config-agent/commit/f8365251939398a2bc60ffabdade1728a407373f)), closes [#144](https://github.com/tupe12334/eslint-config-agent/issues/144)
38
+ * **config:** enable no-object-constructor in the shared rule set ([#129](https://github.com/tupe12334/eslint-config-agent/issues/129)) ([dc37848](https://github.com/tupe12334/eslint-config-agent/commit/dc37848def7bb18b8743363c337a8e76e49dde35)), closes [#128](https://github.com/tupe12334/eslint-config-agent/issues/128)
39
+ * **config:** enable no-promise-executor-return in the shared rule set ([#137](https://github.com/tupe12334/eslint-config-agent/issues/137)) ([5d595d0](https://github.com/tupe12334/eslint-config-agent/commit/5d595d081ec051aee644b659b088691684e7368b))
40
+ * **config:** enable no-return-assign (always) in the shared rule set ([#206](https://github.com/tupe12334/eslint-config-agent/issues/206)) ([d76ce90](https://github.com/tupe12334/eslint-config-agent/commit/d76ce90a35c38ab149f2f4ed8738e8da4b8bd1c3)), closes [#205](https://github.com/tupe12334/eslint-config-agent/issues/205)
41
+ * **config:** enable no-self-compare in the shared rule set ([#84](https://github.com/tupe12334/eslint-config-agent/issues/84)) ([59f1c94](https://github.com/tupe12334/eslint-config-agent/commit/59f1c946b8a7bfa5f16323c2b0091d5d5065e7ae)), closes [#83](https://github.com/tupe12334/eslint-config-agent/issues/83)
42
+ * **config:** enable no-template-curly-in-string in the shared rule set ([#78](https://github.com/tupe12334/eslint-config-agent/issues/78)) ([94e8ce4](https://github.com/tupe12334/eslint-config-agent/commit/94e8ce4d55d550c97b9191bdb5c732efaf78cc41)), closes [#77](https://github.com/tupe12334/eslint-config-agent/issues/77)
43
+ * **config:** enable no-throw-literal in the shared rule set ([#155](https://github.com/tupe12334/eslint-config-agent/issues/155)) ([75bd1ac](https://github.com/tupe12334/eslint-config-agent/commit/75bd1acf75d0618bfc777b40f0bc4b4935dc7384)), closes [#154](https://github.com/tupe12334/eslint-config-agent/issues/154)
44
+ * **config:** enable no-unsafe-optional-chaining in the shared rule set ([#249](https://github.com/tupe12334/eslint-config-agent/issues/249)) ([f7e1a06](https://github.com/tupe12334/eslint-config-agent/commit/f7e1a06f91ae572ef07e1e2642e14d6907609a86))
45
+ * **config:** enable no-useless-assignment in the shared rule set ([#182](https://github.com/tupe12334/eslint-config-agent/issues/182)) ([c5faa6b](https://github.com/tupe12334/eslint-config-agent/commit/c5faa6b7c11d615f51d293301bdec7c9d56568d6))
46
+ * **config:** enable no-useless-computed-key in the shared rule set ([#131](https://github.com/tupe12334/eslint-config-agent/issues/131)) ([e0016b9](https://github.com/tupe12334/eslint-config-agent/commit/e0016b962348cb1862435f249b93eab04f3803e4)), closes [#130](https://github.com/tupe12334/eslint-config-agent/issues/130)
47
+ * **config:** enable no-useless-concat in the shared rule set ([#171](https://github.com/tupe12334/eslint-config-agent/issues/171)) ([704c7ab](https://github.com/tupe12334/eslint-config-agent/commit/704c7abdb325920061224b59a21de0f6bf8433e8)), closes [#170](https://github.com/tupe12334/eslint-config-agent/issues/170)
48
+ * **config:** enable no-useless-return in the shared rule set ([#127](https://github.com/tupe12334/eslint-config-agent/issues/127)) ([61e26da](https://github.com/tupe12334/eslint-config-agent/commit/61e26da426cdf4d069eac34f0d9db66d9e6b1a62))
49
+ * **config:** enable operator-assignment in the shared rule set ([#242](https://github.com/tupe12334/eslint-config-agent/issues/242)) ([d5bf32b](https://github.com/tupe12334/eslint-config-agent/commit/d5bf32bb8a906996b6ec3f2cccb88c3621f392f0)), closes [#240](https://github.com/tupe12334/eslint-config-agent/issues/240)
50
+ * **config:** enable prefer-object-has-own in the shared rule set ([#133](https://github.com/tupe12334/eslint-config-agent/issues/133)) ([79382a2](https://github.com/tupe12334/eslint-config-agent/commit/79382a236b4399f96dd87cbc3675768863fccd7c))
51
+ * **config:** enable prefer-object-spread in the shared rule set ([#139](https://github.com/tupe12334/eslint-config-agent/issues/139)) ([1f039ac](https://github.com/tupe12334/eslint-config-agent/commit/1f039ac0cae4492d7e5d67f58a1d445cc31f1a89)), closes [#138](https://github.com/tupe12334/eslint-config-agent/issues/138)
52
+ * **config:** enable prefer-regex-literals in the shared rule set ([#169](https://github.com/tupe12334/eslint-config-agent/issues/169)) ([0f513e0](https://github.com/tupe12334/eslint-config-agent/commit/0f513e01f8460f2989981e86b5913031fec43f98))
53
+ * **config:** enable radix in the shared rule set ([#224](https://github.com/tupe12334/eslint-config-agent/issues/224)) ([51f5669](https://github.com/tupe12334/eslint-config-agent/commit/51f5669e93dd7f8a6d367bc9ba3601d75d92daf8)), closes [#44](https://github.com/tupe12334/eslint-config-agent/issues/44)
54
+ * **config:** enable react/jsx-no-constructed-context-values in the shared rule set ([#245](https://github.com/tupe12334/eslint-config-agent/issues/245)) ([9bd0442](https://github.com/tupe12334/eslint-config-agent/commit/9bd04427494e28b96718db475ed1f65e11cbfce6)), closes [#244](https://github.com/tupe12334/eslint-config-agent/issues/244)
55
+ * **config:** enable react/jsx-no-leaked-render in the shared rule set ([#180](https://github.com/tupe12334/eslint-config-agent/issues/180)) ([80cf43d](https://github.com/tupe12334/eslint-config-agent/commit/80cf43da2ec66df1528de20bdcd5873baf3c5dbe)), closes [#179](https://github.com/tupe12334/eslint-config-agent/issues/179)
56
+ * **config:** enable react/no-array-index-key in the shared rule set ([#214](https://github.com/tupe12334/eslint-config-agent/issues/214)) ([e6c3a19](https://github.com/tupe12334/eslint-config-agent/commit/e6c3a19d58eb3c99955f683f229b05a1c5bc489b)), closes [#213](https://github.com/tupe12334/eslint-config-agent/issues/213)
57
+ * **config:** enable react/no-danger in the shared rule set ([#262](https://github.com/tupe12334/eslint-config-agent/issues/262)) ([5dc8ecd](https://github.com/tupe12334/eslint-config-agent/commit/5dc8ecd86851c4a2b62e351b5a32dcfbe7803347))
58
+ * **config:** enable unused-imports/no-unused-imports in the shared rule set ([#204](https://github.com/tupe12334/eslint-config-agent/issues/204)) ([1c772c8](https://github.com/tupe12334/eslint-config-agent/commit/1c772c8052b48905c228da5685d066119ab69b85)), closes [#203](https://github.com/tupe12334/eslint-config-agent/issues/203)
59
+ * **config:** enforce strict equality (eqeqeq) in shared config ([#11](https://github.com/tupe12334/eslint-config-agent/issues/11)) ([77f1de4](https://github.com/tupe12334/eslint-config-agent/commit/77f1de40d307af46f28d0651da551048405503ea))
60
+ * **config:** integrate unicorn.configs.all and remove duplicate rules ([#263](https://github.com/tupe12334/eslint-config-agent/issues/263)) ([d3c857a](https://github.com/tupe12334/eslint-config-agent/commit/d3c857aca843e295a95ece3611d04884a9dffe91))
61
+ * **config:** lint .mjs/.cjs files with the JavaScript rule set ([#192](https://github.com/tupe12334/eslint-config-agent/issues/192)) ([17d1034](https://github.com/tupe12334/eslint-config-agent/commit/17d10346e7ad7843f8d5759f57cf859de7ff56d9)), closes [#189](https://github.com/tupe12334/eslint-config-agent/issues/189)
62
+ * **config:** name the top-level flat-config blocks ([#150](https://github.com/tupe12334/eslint-config-agent/issues/150)) ([8851b0f](https://github.com/tupe12334/eslint-config-agent/commit/8851b0fd123401cb1dfee28b5aae22326d1da3d4)), closes [#149](https://github.com/tupe12334/eslint-config-agent/issues/149)
63
+ * **config:** relax noisy eslint-plugin-security rules for test files ([#141](https://github.com/tupe12334/eslint-config-agent/issues/141)) ([1f4c80f](https://github.com/tupe12334/eslint-config-agent/commit/1f4c80f12b83d68f7e2e95d2b3b3367e62c501d6)), closes [#140](https://github.com/tupe12334/eslint-config-agent/issues/140)
64
+ * **config:** report unused eslint-disable directives ([#13](https://github.com/tupe12334/eslint-config-agent/issues/13)) ([96b3216](https://github.com/tupe12334/eslint-config-agent/commit/96b3216afc11b01ab0c97c02dae1f65956d7e478)), closes [#12](https://github.com/tupe12334/eslint-config-agent/issues/12)
65
+ * **config:** require const for never-reassigned bindings (prefer-const) ([#27](https://github.com/tupe12334/eslint-config-agent/issues/27)) ([ad757b8](https://github.com/tupe12334/eslint-config-agent/commit/ad757b836dfb6eb753a33a29bce327aba2c6f7be))
66
+ * **config:** require object literal shorthand (object-shorthand) ([#52](https://github.com/tupe12334/eslint-config-agent/issues/52)) ([30b3f74](https://github.com/tupe12334/eslint-config-agent/commit/30b3f7455dc5de4e4e2f8baf1f86278bd7579058))
67
+ * **config:** require spec files for .tsx/.jsx components ([#66](https://github.com/tupe12334/eslint-config-agent/issues/66)) ([1f26525](https://github.com/tupe12334/eslint-config-agent/commit/1f26525f8f760576f883c94efd36dba3c2afa268)), closes [#65](https://github.com/tupe12334/eslint-config-agent/issues/65)
68
+ * **config:** require template literals over string concatenation (prefer-template) ([#35](https://github.com/tupe12334/eslint-config-agent/issues/35)) ([e7a8448](https://github.com/tupe12334/eslint-config-agent/commit/e7a8448dc742e225101da75ed54e4fff92ca9eaf)), closes [#34](https://github.com/tupe12334/eslint-config-agent/issues/34)
69
+ * enable prefer-const in the shared rule set ([#39](https://github.com/tupe12334/eslint-config-agent/issues/39)) ([c8ca460](https://github.com/tupe12334/eslint-config-agent/commit/c8ca460b1bdb40b3d5f63bfcba534fda766805c4)), closes [#26](https://github.com/tupe12334/eslint-config-agent/issues/26)
70
+ * **exports:** add recommended-incremental (relaxed + warn-level) preset ([#143](https://github.com/tupe12334/eslint-config-agent/issues/143)) ([1894f3c](https://github.com/tupe12334/eslint-config-agent/commit/1894f3ce16c06f5a8cf41a4266322c2ad0f88dc4)), closes [package.json#exports](https://github.com/tupe12334/package.json/issues/exports) [#142](https://github.com/tupe12334/eslint-config-agent/issues/142)
71
+ * **exports:** add relaxed `recommended` preset for incremental adoption ([#43](https://github.com/tupe12334/eslint-config-agent/issues/43)) ([5dd2b84](https://github.com/tupe12334/eslint-config-agent/commit/5dd2b842812aec50dffe2c79424f8ddb1f851a6a)), closes [#42](https://github.com/tupe12334/eslint-config-agent/issues/42)
72
+ * **exports:** publish the toWarnings severity-downgrade helper ([#230](https://github.com/tupe12334/eslint-config-agent/issues/230)) ([1946f47](https://github.com/tupe12334/eslint-config-agent/commit/1946f4706c5bcaed03a96df44650d84a9cde82a6)), closes [#222](https://github.com/tupe12334/eslint-config-agent/issues/222)
73
+ * **import:** add no-duplicates and no-mutable-exports rules ([#15](https://github.com/tupe12334/eslint-config-agent/issues/15)) ([ce09d3c](https://github.com/tupe12334/eslint-config-agent/commit/ce09d3c53630820e169ee660f6b9097ed7915eb6)), closes [#14](https://github.com/tupe12334/eslint-config-agent/issues/14)
74
+ * **import:** detect circular dependencies (import/no-cycle, no-self-import) ([#23](https://github.com/tupe12334/eslint-config-agent/issues/23)) ([8177869](https://github.com/tupe12334/eslint-config-agent/commit/8177869ebb0369d221cd198bb0ad0a69de7995b1)), closes [#20](https://github.com/tupe12334/eslint-config-agent/issues/20)
75
+ * **import:** enable import/no-cycle rule ([#22](https://github.com/tupe12334/eslint-config-agent/issues/22)) ([06b49aa](https://github.com/tupe12334/eslint-config-agent/commit/06b49aae0baaf3b1f0ea4412c7d60e8d59496603)), closes [#21](https://github.com/tupe12334/eslint-config-agent/issues/21)
76
+ * **incremental:** add one-import warn-level adoption preset ([#112](https://github.com/tupe12334/eslint-config-agent/issues/112)) ([347bcce](https://github.com/tupe12334/eslint-config-agent/commit/347bcce6a0330c494eaf25bec418f9f148f8b5ee)), closes [#111](https://github.com/tupe12334/eslint-config-agent/issues/111)
77
+ * **recommended:** relax jsdoc/require-jsdoc in the recommended preset ([#146](https://github.com/tupe12334/eslint-config-agent/issues/146)) ([b75a9ba](https://github.com/tupe12334/eslint-config-agent/commit/b75a9ba704ba933dbf530accad17d8741fc0095e)), closes [#91](https://github.com/tupe12334/eslint-config-agent/issues/91)
78
+ * **recommended:** relax jsx-classname/require-classname for adoption ([#94](https://github.com/tupe12334/eslint-config-agent/issues/94)) ([7a5b719](https://github.com/tupe12334/eslint-config-agent/commit/7a5b719cbc718addcea6de84803c0adda73f728e))
79
+ * **require-spec-file-tsx:** exempt error/exception files like ddd does ([#118](https://github.com/tupe12334/eslint-config-agent/issues/118)) ([aa8d2b8](https://github.com/tupe12334/eslint-config-agent/commit/aa8d2b8b955b63c95f29f274e1775287d0130377)), closes [#117](https://github.com/tupe12334/eslint-config-agent/issues/117)
80
+ * **rules:** enable no-param-reassign in shared config ([#17](https://github.com/tupe12334/eslint-config-agent/issues/17)) ([a63d32f](https://github.com/tupe12334/eslint-config-agent/commit/a63d32f08927a0c4792cd702703186e9cf4d1d65)), closes [#16](https://github.com/tupe12334/eslint-config-agent/issues/16)
81
+ * **types:** ship .d.ts declarations for all entry points ([#148](https://github.com/tupe12334/eslint-config-agent/issues/148)) ([d62682d](https://github.com/tupe12334/eslint-config-agent/commit/d62682d748744b3f885b45ae5fe31cf7c793a11c)), closes [#147](https://github.com/tupe12334/eslint-config-agent/issues/147)
82
+
83
+ ### Bug Fixes
84
+
85
+ * apply TypeScript config to .mts and .cts files ([#7](https://github.com/tupe12334/eslint-config-agent/issues/7)) ([f131c31](https://github.com/tupe12334/eslint-config-agent/commit/f131c312cb09686a00fee7462e57885ac6926a27)), closes [#6](https://github.com/tupe12334/eslint-config-agent/issues/6)
86
+ * **config:** enforce unicorn/prevent-abbreviations and fix all violations ([674e05e](https://github.com/tupe12334/eslint-config-agent/commit/674e05e815b34429989142f4cc47134bfe6a4de9))
87
+ * **config:** make build-output ignores recursive for monorepos ([#50](https://github.com/tupe12334/eslint-config-agent/issues/50)) ([6405b04](https://github.com/tupe12334/eslint-config-agent/commit/6405b0402fb2731daa8670cd6291b2df6d944bcc)), closes [#49](https://github.com/tupe12334/eslint-config-agent/issues/49)
88
+ * **config:** match nested config files in monorepos ([#217](https://github.com/tupe12334/eslint-config-agent/issues/217)) ([b1cbe5f](https://github.com/tupe12334/eslint-config-agent/commit/b1cbe5f357c1f3c4abe62cc6588314db4975da30)), closes [#189](https://github.com/tupe12334/eslint-config-agent/issues/189) [#216](https://github.com/tupe12334/eslint-config-agent/issues/216)
89
+ * **config:** set eslint-plugin-react version detect for tsx/ts ([#9](https://github.com/tupe12334/eslint-config-agent/issues/9)) ([bc9bc35](https://github.com/tupe12334/eslint-config-agent/commit/bc9bc3597662dd5082a90c8acef4e742ece92a99)), closes [#8](https://github.com/tupe12334/eslint-config-agent/issues/8)
90
+ * expose ./package.json in exports map ([#156](https://github.com/tupe12334/eslint-config-agent/issues/156)) ([a6cf0c1](https://github.com/tupe12334/eslint-config-agent/commit/a6cf0c169dfa589788501d8bfe4867816a4582d2)), closes [#151](https://github.com/tupe12334/eslint-config-agent/issues/151)
91
+ * **jsdoc:** enforce JSDoc on ClassDeclaration in TypeScript files ([#2](https://github.com/tupe12334/eslint-config-agent/issues/2)) ([d96eae6](https://github.com/tupe12334/eslint-config-agent/commit/d96eae6ece77b6c7c6e784a92b9965df40065935)), closes [#1](https://github.com/tupe12334/eslint-config-agent/issues/1)
92
+ * **no-inline-union-types:** flag non-literal unions in interface/class properties ([#122](https://github.com/tupe12334/eslint-config-agent/issues/122)) ([b876b52](https://github.com/tupe12334/eslint-config-agent/commit/b876b52228a3e48677c19a9810c96345f88b2777))
93
+ * **recommended:** relax custom/require-spec-file-tsx in the recommended preset ([#221](https://github.com/tupe12334/eslint-config-agent/issues/221)) ([4b30010](https://github.com/tupe12334/eslint-config-agent/commit/4b3001063e644a07ff310f57525129e418b55fdd))
94
+ * require JSDoc on class declarations ([#3](https://github.com/tupe12334/eslint-config-agent/issues/3)) ([1a5de3f](https://github.com/tupe12334/eslint-config-agent/commit/1a5de3f36d7823d1dae636fefc21be2e4a64e5b0)), closes [#1](https://github.com/tupe12334/eslint-config-agent/issues/1)
95
+ * **test:** correct edge-cases baseline so `pnpm test` passes ([#234](https://github.com/tupe12334/eslint-config-agent/issues/234)) ([8b41a72](https://github.com/tupe12334/eslint-config-agent/commit/8b41a7286e80c765a211b0f3230c6f6e2a6c7990)), closes [#233](https://github.com/tupe12334/eslint-config-agent/issues/233)
96
+ * **test:** exclude recommended-preset fixtures from comprehensive runner ([#80](https://github.com/tupe12334/eslint-config-agent/issues/80)) ([2602277](https://github.com/tupe12334/eslint-config-agent/commit/26022772f6c057a280d22630980ba17eb4752807)), closes [#79](https://github.com/tupe12334/eslint-config-agent/issues/79)
97
+
98
+ ## [Unreleased]
99
+
100
+ ### Features
101
+
102
+ * **presets:** add relaxed `recommended` preset for incremental adoption (#43), with follow-up relaxations of `jsx-classname/require-classname` (#94), `custom/require-spec-file-tsx` (#221), and `jsdoc/require-jsdoc` (#146)
103
+ * **presets:** add `recommended-incremental` (relaxed + warn-level) preset (#143) and a `one-import` warn-level adoption preset (#112)
104
+ * **types:** ship `.d.ts` declarations for all entry points (#148)
105
+ * **exports:** publish the `toWarnings` severity-downgrade helper (#230) and guard the public exports surface against drift (#76)
106
+ * **config:** lint `.mjs`/`.cjs` files with the JavaScript rule set (#192) and match nested config files in monorepos (#217)
107
+ * **config:** require spec files for `.tsx`/`.jsx` components (#66), exempting error/exception files (#118)
108
+ * **config:** name the top-level flat-config blocks (#150, #84)
109
+ * **config:** enable a large batch of additional core, TypeScript, import, React, and stylistic rules in the shared rule set — including `prefer-const`, `no-var`, `object-shorthand`, `prefer-template`, `no-else-return`, `no-lonely-if`, `no-unneeded-ternary`, `no-multi-assign`, `no-return-assign`, `operator-assignment`, `radix`, `default-case-last`, `default-param-last`, `array-callback-return`, `no-await-in-loop`, `no-eval`/`no-implied-eval`, `no-new-func`, `no-throw-literal`, `no-console` (allow warn/error), `no-self-compare`, `no-template-curly-in-string`, `no-promise-executor-return`, `no-useless-return`/`no-useless-concat`/`no-useless-assignment`/`no-useless-computed-key`, `no-object-constructor`, `prefer-object-spread`, `prefer-object-has-own`, `prefer-regex-literals`, `unused-imports/no-unused-imports`, `import/no-useless-path-segments`/`import/no-empty-named-blocks`, `react/jsx-no-leaked-render`/`react/jsx-no-constructed-context-values`/`react/no-array-index-key`, and the TypeScript-aware `consistent-type-imports`/`consistent-type-exports`/`no-import-type-side-effects`/`no-shadow`/`no-loop-func`/`no-non-null-assertion`/`promise-function-async`/`return-await`/`require-array-sort-compare`/`switch-exhaustiveness-check`/`no-unsafe-optional-chaining` (#27, #29, #31, #35, #38, #39, #52, #68, #70, #74, #78, #84, #102, #110, #127, #129, #131, #133, #135, #137, #139, #145, #155, #163, #167, #169, #171, #173, #180, #182, #184, #188, #191, #204, #206, #210, #214, #224, #225, #226, #229, #232, #236, #239, #242, #243, #245, #249)
110
+ * **config:** relax noisy `eslint-plugin-security` rules for test files (#141) and ignore `storybook-static`/`.turbo` build output (#106)
111
+ * **docs:** document the bundled custom rules, the `ddd` entry point, type-aware project service requirement, ESLint 10 incompatibility, TypeScript >=4.8.4 optional peer, and `prefer-template` (#36, #90, #98, #104, #116, #120, #165, #215)
112
+
113
+ ### Bug Fixes
114
+
115
+ * **no-inline-union-types:** flag non-literal unions in interface/class properties (#122)
116
+ * **exports:** expose `./package.json` in the exports map (#156)
117
+ * **test:** correct the edge-cases baseline so `pnpm test` passes (#234) and exclude recommended-preset fixtures from the comprehensive runner (#80)
118
+
119
+ ## [3.0.4](https://github.com/tupe12334/eslint-config-agent/compare/v3.0.3...v3.0.4) (2026-06-03)
120
+
121
+ ### Bug Fixes
122
+
123
+ * **deps:** patch high-severity vulnerabilities in storybook and semver ([a38efe1](https://github.com/tupe12334/eslint-config-agent/commit/a38efe1223090dcfea9002e4ba5849e9e92afeaf))
124
+ * **deps:** remove redundant devDep and clean knip config ([61f7c97](https://github.com/tupe12334/eslint-config-agent/commit/61f7c97c3461ddd6ed6c9869b75fdbc869a3e454))
125
+
7
126
  ## [3.0.3](https://github.com/tupe12334/eslint-config-agent/compare/v3.0.0...v3.0.3) (2026-04-26)
8
127
 
9
128
  ### Features