@vinicunca/eslint-config 2.14.0 → 2.15.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/dist/index.js CHANGED
@@ -1253,7 +1253,10 @@ async function perfectionist() {
1253
1253
  ERROR,
1254
1254
  { order: "asc", type: "natural" }
1255
1255
  ],
1256
- "perfectionist/sort-vue-attributes": [OFF]
1256
+ "perfectionist/sort-vue-attributes": [OFF],
1257
+ "perfectionist/sort-objects": OFF,
1258
+ "perfectionist/sort-object-types": OFF,
1259
+ "perfectionist/sort-interfaces": OFF
1257
1260
  }
1258
1261
  }
1259
1262
  ];
@@ -1524,7 +1527,9 @@ async function sonar() {
1524
1527
  sonar: default6
1525
1528
  },
1526
1529
  rules: {
1527
- ...default6.configs.recommended.rules
1530
+ ...default6.configs.recommended.rules,
1531
+ "sonar/todo-tag": OFF,
1532
+ "sonar/pseudo-random": OFF
1528
1533
  }
1529
1534
  }
1530
1535
  ];
@@ -2439,6 +2444,12 @@ async function yaml(options = {}) {
2439
2444
  } : {},
2440
2445
  ...overrides
2441
2446
  }
2447
+ },
2448
+ {
2449
+ files: ["pnpm-workspace.yaml"],
2450
+ rules: {
2451
+ "yaml/sort-keys": ERROR
2452
+ }
2442
2453
  }
2443
2454
  ];
2444
2455
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.14.0",
4
+ "version": "2.15.1",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -132,7 +132,7 @@
132
132
  "eslint-plugin-no-only-tests": "^3.3.0",
133
133
  "eslint-plugin-perfectionist": "^4.1.2",
134
134
  "eslint-plugin-regexp": "^2.7.0",
135
- "eslint-plugin-sonarjs": "^1.0.4",
135
+ "eslint-plugin-sonarjs": "^3.0.0",
136
136
  "eslint-plugin-toml": "^0.12.0",
137
137
  "eslint-plugin-unicorn": "^56.0.1",
138
138
  "eslint-plugin-unused-imports": "^4.1.4",