@jimmy.codes/eslint-config 3.18.0 → 3.19.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/dist/index.d.cts CHANGED
@@ -9495,12 +9495,19 @@ type PerfectionistSortObjectTypes = []|[{
9495
9495
  // ----- perfectionist/sort-objects -----
9496
9496
  type PerfectionistSortObjects = []|[{
9497
9497
 
9498
+ destructuredObjects?: (boolean | {
9499
+
9500
+ groups?: boolean
9501
+ })
9502
+
9498
9503
  ignorePattern?: string[]
9499
9504
 
9500
9505
  partitionByComment?: (string[] | boolean | string)
9501
9506
 
9502
9507
  destructureOnly?: boolean
9503
9508
 
9509
+ objectDeclarations?: boolean
9510
+
9504
9511
  styledComponents?: boolean
9505
9512
 
9506
9513
  partitionByNewLine?: boolean
package/dist/index.d.mts CHANGED
@@ -9495,12 +9495,19 @@ type PerfectionistSortObjectTypes = []|[{
9495
9495
  // ----- perfectionist/sort-objects -----
9496
9496
  type PerfectionistSortObjects = []|[{
9497
9497
 
9498
+ destructuredObjects?: (boolean | {
9499
+
9500
+ groups?: boolean
9501
+ })
9502
+
9498
9503
  ignorePattern?: string[]
9499
9504
 
9500
9505
  partitionByComment?: (string[] | boolean | string)
9501
9506
 
9502
9507
  destructureOnly?: boolean
9503
9508
 
9509
+ objectDeclarations?: boolean
9510
+
9504
9511
  styledComponents?: boolean
9505
9512
 
9506
9513
  partitionByNewLine?: boolean
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jimmy.codes/eslint-config",
3
- "version": "3.18.0",
3
+ "version": "3.19.0",
4
4
  "description": "another opinionated eslint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -33,10 +33,10 @@
33
33
  "dependencies": {
34
34
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
35
35
  "@eslint/js": "^9.15.0",
36
- "@tanstack/eslint-plugin-query": "^5.60.1",
36
+ "@tanstack/eslint-plugin-query": "^5.61.3",
37
37
  "@types/eslint": "9.6.1",
38
- "@typescript-eslint/parser": "^8.15.0",
39
- "@typescript-eslint/utils": "^8.15.0",
38
+ "@typescript-eslint/parser": "^8.16.0",
39
+ "@typescript-eslint/utils": "^8.16.0",
40
40
  "astro-eslint-parser": "^1.1.0",
41
41
  "eslint-config-prettier": "^9.1.0",
42
42
  "eslint-import-resolver-typescript": "^3.6.3",
@@ -46,7 +46,7 @@
46
46
  "eslint-plugin-jest-dom": "^5.5.0",
47
47
  "eslint-plugin-jsx-a11y": "^6.10.2",
48
48
  "eslint-plugin-n": "^17.14.0",
49
- "eslint-plugin-perfectionist": "^4.0.3",
49
+ "eslint-plugin-perfectionist": "^4.1.2",
50
50
  "eslint-plugin-playwright": "^2.1.0",
51
51
  "eslint-plugin-react": "^7.37.2",
52
52
  "eslint-plugin-react-hooks": "^5.0.0",
@@ -56,7 +56,7 @@
56
56
  "eslint-plugin-unicorn": "^56.0.1",
57
57
  "globals": "^15.12.0",
58
58
  "local-pkg": "0.5.1",
59
- "typescript-eslint": "^8.15.0"
59
+ "typescript-eslint": "^8.16.0"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "eslint": "^9.10.0"