@iqrf/eslint-config 0.1.4 → 0.1.7
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 +2 -2
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -266,7 +266,7 @@ var pinia = [
|
|
|
266
266
|
pinia: pluginPinia
|
|
267
267
|
},
|
|
268
268
|
rules: {
|
|
269
|
-
...pluginPinia.configs
|
|
269
|
+
...pluginPinia.configs["recommended-flat"].rules
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
];
|
|
@@ -505,7 +505,7 @@ var unicorn = [
|
|
|
505
505
|
];
|
|
506
506
|
|
|
507
507
|
// src/configs/vitest.ts
|
|
508
|
-
import pluginVitest from "eslint-plugin
|
|
508
|
+
import pluginVitest from "@vitest/eslint-plugin";
|
|
509
509
|
var vitest = [
|
|
510
510
|
{
|
|
511
511
|
files: ["**/*.test.*"],
|
package/package.json
CHANGED
|
@@ -16,10 +16,11 @@
|
|
|
16
16
|
"description": "ESLint configuration for IQRF projects",
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@eslint/compat": "^1.1.1",
|
|
19
|
-
"@eslint/js": "^9.9.
|
|
19
|
+
"@eslint/js": "^9.9.1",
|
|
20
20
|
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
|
|
21
|
-
"@stylistic/eslint-plugin": "^2.6.
|
|
22
|
-
"@typescript-eslint/parser": "^8.
|
|
21
|
+
"@stylistic/eslint-plugin": "^2.6.4",
|
|
22
|
+
"@typescript-eslint/parser": "^8.2.0",
|
|
23
|
+
"@vitest/eslint-plugin": "^1.0.3",
|
|
23
24
|
"eslint-config-flat-gitignore": "^0.1.8",
|
|
24
25
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
25
26
|
"eslint-plugin-cypress": "^3.5.0",
|
|
@@ -30,31 +31,30 @@
|
|
|
30
31
|
"eslint-plugin-jsonc": "^2.16.0",
|
|
31
32
|
"eslint-plugin-markdown": "^5.1.0",
|
|
32
33
|
"eslint-plugin-math": "^0.6.0",
|
|
33
|
-
"eslint-plugin-perfectionist": "^3.
|
|
34
|
-
"eslint-plugin-pinia": "^0.
|
|
34
|
+
"eslint-plugin-perfectionist": "^3.2.0",
|
|
35
|
+
"eslint-plugin-pinia": "^0.4.1",
|
|
35
36
|
"eslint-plugin-promise": "^7.1.0",
|
|
36
37
|
"eslint-plugin-regexp": "^2.6.0",
|
|
37
38
|
"eslint-plugin-unicorn": "^55.0.0",
|
|
38
|
-
"eslint-plugin-vitest": "^0.5.4",
|
|
39
39
|
"eslint-plugin-vue": "^9.27.0",
|
|
40
40
|
"eslint-plugin-vue-scoped-css": "^2.8.1",
|
|
41
41
|
"eslint-plugin-vuetify": "^2.4.0",
|
|
42
42
|
"globals": "^15.9.0",
|
|
43
43
|
"jsonc-eslint-parser": "^2.4.0",
|
|
44
44
|
"local-pkg": "^0.5.0",
|
|
45
|
-
"typescript-eslint": "^8.
|
|
45
|
+
"typescript-eslint": "^8.2.0",
|
|
46
46
|
"vue-eslint-parser": "^9.4.3"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/eslint": "^9.6.0",
|
|
50
50
|
"@types/eslint-plugin-markdown": "^2.0.2",
|
|
51
51
|
"@types/eslint__js": "^8.42.3",
|
|
52
|
-
"@types/node": "^22.
|
|
53
|
-
"bumpp": "^9.5.
|
|
54
|
-
"eslint": "^9.9.
|
|
52
|
+
"@types/node": "^22.5.0",
|
|
53
|
+
"bumpp": "^9.5.2",
|
|
54
|
+
"eslint": "^9.9.1",
|
|
55
55
|
"eslint-plugin-eslint-plugin": "^6.2.0",
|
|
56
56
|
"tsup": "^8.2.4",
|
|
57
|
-
"tsx": "^4.
|
|
57
|
+
"tsx": "^4.18.0",
|
|
58
58
|
"typescript": "^5.5.4"
|
|
59
59
|
},
|
|
60
60
|
"engines": {
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"type": "module",
|
|
87
87
|
"types": "dist/index.d.ts",
|
|
88
|
-
"version": "0.1.
|
|
88
|
+
"version": "0.1.7",
|
|
89
89
|
"scripts": {
|
|
90
90
|
"build": "tsup",
|
|
91
91
|
"lint": "eslint .",
|