eslint-config-badboyku 1.0.41 → 1.0.42

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  Shared eslint+prettier configuration with react/jest/typescript support.
3
3
 
4
4
  NOTE:
5
- 06-29-2025 - Unable to update eslint to v9 until eslint-config-airbnb gets support for v9.
5
+ 08-30-2025 - Unable to update eslint to v9 until eslint-config-airbnb gets support for v9.
6
6
  https://github.com/airbnb/javascript/issues/2961
7
7
 
8
8
  ---
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "eslint-config-badboyku",
3
3
  "description": "Shared eslint+prettier configuration with react/jest/typescript support.",
4
- "version": "1.0.41",
4
+ "version": "1.0.42",
5
5
  "author": "badboyku",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -16,8 +16,8 @@
16
16
  "prettier:fix": "prettier --write \"**/*.{css,scss,json}\""
17
17
  },
18
18
  "dependencies": {
19
- "@typescript-eslint/eslint-plugin": "^8.39.1",
20
- "@typescript-eslint/parser": "^8.39.1",
19
+ "@typescript-eslint/eslint-plugin": "^8.41.0",
20
+ "@typescript-eslint/parser": "^8.41.0",
21
21
  "eslint": "^8.57.1",
22
22
  "eslint-config-airbnb": "^19.0.4",
23
23
  "eslint-config-prettier": "^10.1.8",