@vinicunca/eslint-config 2.15.2 → 2.15.4

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
@@ -1,16 +1,16 @@
1
- // ../node_modules/.pnpm/@vinicunca+perkakas@1.1.0/node_modules/@vinicunca/perkakas/dist/chunk-6AFNPQW2.js
1
+ // ../node_modules/.pnpm/@vinicunca+perkakas@1.2.0/node_modules/@vinicunca/perkakas/dist/chunk-6AFNPQW2.js
2
2
  function r(o) {
3
3
  if (typeof o != "object" || o === null) return false;
4
4
  let e3 = Object.getPrototypeOf(o);
5
5
  return e3 === null || e3 === Object.prototype;
6
6
  }
7
7
 
8
- // ../node_modules/.pnpm/@vinicunca+perkakas@1.1.0/node_modules/@vinicunca/perkakas/dist/chunk-Q2HW4RVT.js
8
+ // ../node_modules/.pnpm/@vinicunca+perkakas@1.2.0/node_modules/@vinicunca/perkakas/dist/chunk-Q2HW4RVT.js
9
9
  function e(r2) {
10
10
  return typeof r2 == "number" && !Number.isNaN(r2);
11
11
  }
12
12
 
13
- // ../node_modules/.pnpm/@vinicunca+perkakas@1.1.0/node_modules/@vinicunca/perkakas/dist/chunk-AZUJCNUP.js
13
+ // ../node_modules/.pnpm/@vinicunca+perkakas@1.2.0/node_modules/@vinicunca/perkakas/dist/chunk-AZUJCNUP.js
14
14
  function e2(o) {
15
15
  return typeof o == "boolean";
16
16
  }
@@ -1221,7 +1221,6 @@ async function perfectionist() {
1221
1221
  perfectionist: default5
1222
1222
  },
1223
1223
  rules: {
1224
- ...default5.configs["recommended-natural"].rules,
1225
1224
  "perfectionist/sort-exports": [
1226
1225
  ERROR,
1227
1226
  { order: "asc", type: "natural" }
@@ -1252,11 +1251,7 @@ async function perfectionist() {
1252
1251
  "perfectionist/sort-named-imports": [
1253
1252
  ERROR,
1254
1253
  { order: "asc", type: "natural" }
1255
- ],
1256
- "perfectionist/sort-vue-attributes": [OFF],
1257
- "perfectionist/sort-objects": OFF,
1258
- "perfectionist/sort-object-types": OFF,
1259
- "perfectionist/sort-interfaces": OFF
1254
+ ]
1260
1255
  }
1261
1256
  }
1262
1257
  ];
@@ -1529,7 +1524,10 @@ async function sonar() {
1529
1524
  rules: {
1530
1525
  ...default6.configs.recommended.rules,
1531
1526
  "sonar/todo-tag": OFF,
1532
- "sonar/pseudo-random": OFF
1527
+ "sonar/pseudo-random": OFF,
1528
+ "sonar/slow-regex": OFF,
1529
+ "sonar/cognitive-complexity": OFF,
1530
+ "sonar/no-unused-vars": OFF
1533
1531
  }
1534
1532
  }
1535
1533
  ];
@@ -1901,6 +1899,7 @@ async function test(options = {}) {
1901
1899
  name: "vinicunca/test/rules",
1902
1900
  rules: {
1903
1901
  "node/prefer-global/process": OFF,
1902
+ "sonar/no-duplicate-string": OFF,
1904
1903
  "test/consistent-test-it": [ERROR, { fn: "it", withinDescribe: "it" }],
1905
1904
  "test/no-identical-title": ERROR,
1906
1905
  "test/no-only-tests": isInEditor ? OFF : ERROR,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vinicunca/eslint-config",
3
3
  "type": "module",
4
- "version": "2.15.2",
4
+ "version": "2.15.4",
5
5
  "description": "Vinicunca ESLint config",
6
6
  "author": {
7
7
  "name": "praburangki",
@@ -111,26 +111,26 @@
111
111
  },
112
112
  "dependencies": {
113
113
  "@antfu/install-pkg": "^0.5.0",
114
- "@clack/prompts": "^0.8.2",
114
+ "@clack/prompts": "^0.9.0",
115
115
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
116
116
  "@eslint/markdown": "^6.2.1",
117
117
  "@stylistic/eslint-plugin": "^2.12.1",
118
118
  "@typescript-eslint/eslint-plugin": "^8.18.1",
119
119
  "@typescript-eslint/parser": "^8.18.1",
120
- "@unocss/eslint-plugin": "^0.65.1",
121
- "@vitest/eslint-plugin": "^1.1.16",
120
+ "@unocss/eslint-plugin": "^0.65.2",
121
+ "@vitest/eslint-plugin": "^1.1.20",
122
122
  "eslint-config-flat-gitignore": "^0.3.0",
123
123
  "eslint-flat-config-utils": "^0.4.0",
124
124
  "eslint-merge-processors": "^0.1.0",
125
125
  "eslint-plugin-antfu": "^2.7.0",
126
- "eslint-plugin-command": "^0.2.6",
126
+ "eslint-plugin-command": "^0.2.7",
127
127
  "eslint-plugin-format": "^0.1.3",
128
- "eslint-plugin-import-x": "^4.5.0",
128
+ "eslint-plugin-import-x": "^4.6.1",
129
129
  "eslint-plugin-jsdoc": "^50.6.1",
130
130
  "eslint-plugin-jsonc": "^2.18.2",
131
131
  "eslint-plugin-n": "^17.15.0",
132
132
  "eslint-plugin-no-only-tests": "^3.3.0",
133
- "eslint-plugin-perfectionist": "^4.3.0",
133
+ "eslint-plugin-perfectionist": "^4.4.0",
134
134
  "eslint-plugin-regexp": "^2.7.0",
135
135
  "eslint-plugin-sonarjs": "^3.0.1",
136
136
  "eslint-plugin-toml": "^0.12.0",
@@ -139,7 +139,7 @@
139
139
  "eslint-plugin-vue": "^9.32.0",
140
140
  "eslint-plugin-yml": "^1.16.0",
141
141
  "eslint-processor-vue-blocks": "^0.1.2",
142
- "globals": "^15.13.0",
142
+ "globals": "^15.14.0",
143
143
  "jsonc-eslint-parser": "^2.4.0",
144
144
  "local-pkg": "^0.5.1",
145
145
  "toml-eslint-parser": "^0.10.0",