@peerigon/configs 2.0.2 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/package.json +2 -3
- package/docs/prettier.md +0 -13
- package/docs/typescript.md +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
# [3.1.0](https://github.com/peerigon/configs/compare/v3.0.0...v3.1.0) (2025-03-03)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- bump eslint-plugin-react-compiler from 19.0.0-beta-e552027-20250112 to 19.0.0-beta-714736e-20250131 ([c27c0e5](https://github.com/peerigon/configs/commit/c27c0e57556c2321c022ca0198c666bd01fb3a6d))
|
|
6
|
+
- bump eslint-plugin-react-hooks from 5.1.0 to 5.2.0 ([9c2328f](https://github.com/peerigon/configs/commit/9c2328f4fe7cb430f944f863773156516e7d8420))
|
|
7
|
+
- bump prettier-plugin-packagejson from 2.5.8 to 2.5.10 ([157df20](https://github.com/peerigon/configs/commit/157df203566c5d64154ba31f14234334f4110210))
|
|
8
|
+
|
|
9
|
+
# [3.0.0](https://github.com/peerigon/configs/compare/v2.0.2...v3.0.0) (2025-02-24)
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
- Update to eslint-plugin-unicorn@57.0.0 ([f5521ee](https://github.com/peerigon/configs/commit/f5521eeb05fd81a3928ed70f44b2d9959534e004))
|
|
14
|
+
|
|
15
|
+
### BREAKING CHANGES
|
|
16
|
+
|
|
17
|
+
- eslint-plugin-unicorn introduced new recommended rules (https://github.com/sindresorhus/eslint-plugin-unicorn/releases/tag/v57.0.0) that might cause linting errors in your project.
|
|
18
|
+
|
|
1
19
|
## [2.0.2](https://github.com/peerigon/configs/compare/v2.0.1...v2.0.2) (2025-02-11)
|
|
2
20
|
|
|
3
21
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@peerigon/configs",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "Configs for ESLint, Prettier, TypeScript & friends",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -131,7 +131,6 @@
|
|
|
131
131
|
"@semantic-release/git": "^10.0.1",
|
|
132
132
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
133
133
|
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
|
|
134
|
-
"@types/eslint__js": "^8.42.3",
|
|
135
134
|
"eslint-config-prettier": "^10.0.1",
|
|
136
135
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
137
136
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
@@ -139,7 +138,7 @@
|
|
|
139
138
|
"eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
|
|
140
139
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
141
140
|
"eslint-plugin-react-refresh": "^0.4.19",
|
|
142
|
-
"eslint-plugin-unicorn": "^
|
|
141
|
+
"eslint-plugin-unicorn": "^57.0.0",
|
|
143
142
|
"globals": "^15.14.0",
|
|
144
143
|
"prettier-plugin-css-order": "^2.1.2",
|
|
145
144
|
"prettier-plugin-jsdoc": "^1.3.2",
|
package/docs/prettier.md
DELETED
package/docs/typescript.md
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
## Reasoning
|
|
2
|
-
|
|
3
|
-
### `noUncheckedIndexedAccess`
|
|
4
|
-
|
|
5
|
-
- Mention tiny-invariant
|
|
6
|
-
|
|
7
|
-
### `noPropertyAccessFromIndexSignature`
|
|
8
|
-
|
|
9
|
-
### `exactOptionalPropertyTypes`
|
|
10
|
-
|
|
11
|
-
### `verbatimModuleSyntax`
|
|
12
|
-
|
|
13
|
-
### `allowImportingTsExtensions`
|
|
14
|
-
|
|
15
|
-
### `rewriteRelativeImportExtensions`
|