@iqrf/eslint-config 0.2.4 → 0.2.6

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/dist/index.js +0 -8
  2. package/package.json +16 -16
package/dist/index.js CHANGED
@@ -313,14 +313,6 @@ var perfectionist = [
313
313
  "ignoreCase": false
314
314
  }
315
315
  ],
316
- "perfectionist/sort-exports": [
317
- "error",
318
- {
319
- "type": "alphabetical",
320
- "order": "asc",
321
- "ignoreCase": false
322
- }
323
- ],
324
316
  "perfectionist/sort-named-exports": [
325
317
  "error",
326
318
  {
package/package.json CHANGED
@@ -15,22 +15,22 @@
15
15
  ],
16
16
  "description": "ESLint configuration for IQRF projects",
17
17
  "dependencies": {
18
- "@eslint/js": "^9.17.0",
18
+ "@eslint/js": "^9.19.0",
19
19
  "@intlify/eslint-plugin-vue-i18n": "^3.2.0",
20
- "@stylistic/eslint-plugin": "^2.12.1",
21
- "@typescript-eslint/parser": "^8.19.1",
22
- "@vitest/eslint-plugin": "^1.1.24",
23
- "eslint-config-flat-gitignore": "^0.3.0",
20
+ "@stylistic/eslint-plugin": "^3.0.1",
21
+ "@typescript-eslint/parser": "^8.23.0",
22
+ "@vitest/eslint-plugin": "^1.1.25",
23
+ "eslint-config-flat-gitignore": "^2.0.0",
24
24
  "eslint-import-resolver-typescript": "^3.7.0",
25
25
  "eslint-plugin-cypress": "^4.1.0",
26
26
  "eslint-plugin-eslint-comments": "^3.2.0",
27
27
  "eslint-plugin-import-x": "^4.6.1",
28
- "eslint-plugin-jsdoc": "^50.6.1",
29
- "eslint-plugin-jsonc": "^2.18.2",
28
+ "eslint-plugin-jsdoc": "^50.6.3",
29
+ "eslint-plugin-jsonc": "^2.19.1",
30
30
  "eslint-plugin-markdown": "^5.1.0",
31
31
  "eslint-plugin-math": "^0.6.0",
32
32
  "eslint-plugin-n": "^17.15.1",
33
- "eslint-plugin-perfectionist": "^4.6.0",
33
+ "eslint-plugin-perfectionist": "^4.8.0",
34
34
  "eslint-plugin-pinia": "^0.4.1",
35
35
  "eslint-plugin-promise": "^7.2.1",
36
36
  "eslint-plugin-regexp": "^2.7.0",
@@ -39,21 +39,21 @@
39
39
  "eslint-plugin-vue-scoped-css": "^2.9.0",
40
40
  "eslint-plugin-vuetify": "^2.5.1",
41
41
  "globals": "^15.14.0",
42
- "local-pkg": "^0.5.1",
43
- "typescript-eslint": "^8.19.1",
42
+ "local-pkg": "^1.0.0",
43
+ "typescript-eslint": "^8.23.0",
44
44
  "vue-eslint-parser": "^9.4.3"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/eslint": "^9.6.1",
48
48
  "@types/eslint-plugin-markdown": "^2.0.2",
49
49
  "@types/eslint__js": "^8.42.3",
50
- "@types/node": "^22.10.5",
51
- "bumpp": "^9.9.2",
52
- "eslint": "^9.17.0",
50
+ "@types/node": "^22.13.1",
51
+ "bumpp": "^10.0.2",
52
+ "eslint": "^9.19.0",
53
53
  "eslint-plugin-eslint-plugin": "^6.4.0",
54
- "tsup": "^8.3.5",
54
+ "tsup": "^8.3.6",
55
55
  "tsx": "^4.19.2",
56
- "typescript": "^5.7.2"
56
+ "typescript": "^5.7.3"
57
57
  },
58
58
  "engines": {
59
59
  "node": "^18.18.0 || >=20.0.0"
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "type": "module",
85
85
  "types": "dist/index.d.ts",
86
- "version": "0.2.4",
86
+ "version": "0.2.6",
87
87
  "scripts": {
88
88
  "build": "tsup",
89
89
  "lint": "eslint .",