eslint-config-vylda-typescript-react 3.1.0 → 3.2.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
@@ -4,6 +4,19 @@ All notable changes to this component will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ # [3.2.1] - 2026-01-23
8
+ ### Fixed
9
+ - Readme file [Vilda Lipold]
10
+ ### Updated
11
+ - eslint-config-vylda-typescript package [Vilda Lipold]
12
+
13
+ # [3.2.0] - 2026-01-21
14
+ ### Updated
15
+ - Packages
16
+ - eslint-config-vylda-typescript [Vilda Lipold]
17
+ - eslint-config-vylda-vanilla-react [Vilda Lipold]
18
+ - typescript-eslint [Vilda Lipold]
19
+
7
20
  ## [3.1.0] - 2026-01-05
8
21
  ### Updated
9
22
  - eslint-config-vylda-typescript package [Vilda Lipold]
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install eslint eslint-import-resolver-typescript eslint-config-vylda-typescr
12
12
 
13
13
  ### 2. Configure ESLint
14
14
 
15
- create `.eslint.config.mjs` file in project root
15
+ create `eslint.config.mjs` file in project root
16
16
 
17
17
  ```javascript
18
18
  // eslint.config.mjs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-vylda-typescript-react",
3
- "version": "3.1.0",
3
+ "version": "3.2.1",
4
4
  "description": "Eslint Typescript rules for JS and TS React projects",
5
5
  "main": "index.js",
6
6
  "type": "module",
@@ -54,9 +54,9 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "eslint": "^9.39.2",
57
- "eslint-config-vylda-typescript": "^6.1.0",
58
- "eslint-config-vylda-vanilla-react": "^5.1.0",
57
+ "eslint-config-vylda-typescript": "^6.2.1",
58
+ "eslint-config-vylda-vanilla-react": "^5.2.0",
59
59
  "eslint-import-resolver-typescript": "^4.4.2",
60
- "typescript-eslint": "^8.51.0"
60
+ "typescript-eslint": "^8.53.1"
61
61
  }
62
62
  }