@peerigon/configs 2.0.2 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ # [3.0.0](https://github.com/peerigon/configs/compare/v2.0.2...v3.0.0) (2025-02-24)
2
+
3
+ ### Features
4
+
5
+ - Update to eslint-plugin-unicorn@57.0.0 ([f5521ee](https://github.com/peerigon/configs/commit/f5521eeb05fd81a3928ed70f44b2d9959534e004))
6
+
7
+ ### BREAKING CHANGES
8
+
9
+ - 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.
10
+
1
11
  ## [2.0.2](https://github.com/peerigon/configs/compare/v2.0.1...v2.0.2) (2025-02-11)
2
12
 
3
13
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peerigon/configs",
3
- "version": "2.0.2",
3
+ "version": "3.0.0",
4
4
  "description": "Configs for ESLint, Prettier, TypeScript & friends",
5
5
  "keywords": [
6
6
  "eslint",
@@ -139,7 +139,7 @@
139
139
  "eslint-plugin-react-compiler": "^19.0.0-beta-714736e-20250131",
140
140
  "eslint-plugin-react-hooks": "^5.1.0",
141
141
  "eslint-plugin-react-refresh": "^0.4.19",
142
- "eslint-plugin-unicorn": "^56.0.1",
142
+ "eslint-plugin-unicorn": "^57.0.0",
143
143
  "globals": "^15.14.0",
144
144
  "prettier-plugin-css-order": "^2.1.2",
145
145
  "prettier-plugin-jsdoc": "^1.3.2",
package/docs/prettier.md DELETED
@@ -1,13 +0,0 @@
1
- # Peerigon's Prettier config
2
-
3
- ## Install
4
-
5
- ```sh
6
- npm install prettier@3 --save-dev
7
- ```
8
-
9
- Add a `prettier.config.js` to your project:
10
-
11
- ```
12
-
13
- ```
@@ -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`