@iqrf/eslint-config 0.4.5 → 0.5.0-beta.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.d.mts +0 -3
- package/package.json +14 -14
package/dist/index.d.mts
CHANGED
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { Linter } from "eslint";
|
|
2
2
|
|
|
3
3
|
//#region src/configs/comments.d.ts
|
|
4
|
-
|
|
5
4
|
declare const comments: Linter.Config[];
|
|
6
5
|
//#endregion
|
|
7
6
|
//#region src/configs/cypress.d.ts
|
|
8
|
-
|
|
9
7
|
declare const cypress: Linter.Config[];
|
|
10
8
|
//#endregion
|
|
11
9
|
//#region src/configs/imports.d.ts
|
|
12
|
-
|
|
13
10
|
/**
|
|
14
11
|
* Options for imports configuration
|
|
15
12
|
*/
|
package/package.json
CHANGED
|
@@ -15,19 +15,19 @@
|
|
|
15
15
|
],
|
|
16
16
|
"description": "ESLint configuration for IQRF projects",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@eslint-community/eslint-plugin-eslint-comments": "^4.
|
|
19
|
-
"@eslint/js": "^
|
|
18
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
|
|
19
|
+
"@eslint/js": "^10.0.1",
|
|
20
20
|
"@eslint/markdown": "^7.5.1",
|
|
21
|
-
"@intlify/eslint-plugin-vue-i18n": "^4.
|
|
21
|
+
"@intlify/eslint-plugin-vue-i18n": "^4.3.0",
|
|
22
22
|
"@stylistic/eslint-plugin": "^5.9.0",
|
|
23
|
-
"@typescript-eslint/parser": "^8.56.
|
|
23
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
24
24
|
"@vitest/eslint-plugin": "^1.6.9",
|
|
25
25
|
"eslint-config-flat-gitignore": "^2.2.1",
|
|
26
26
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
27
27
|
"eslint-plugin-cypress": "^6.1.0",
|
|
28
28
|
"eslint-plugin-import-x": "^4.16.1",
|
|
29
|
-
"eslint-plugin-jsdoc": "^62.7.
|
|
30
|
-
"eslint-plugin-jsonc": "^
|
|
29
|
+
"eslint-plugin-jsdoc": "^62.7.1",
|
|
30
|
+
"eslint-plugin-jsonc": "^3.1.1",
|
|
31
31
|
"eslint-plugin-math": "^0.13.1",
|
|
32
32
|
"eslint-plugin-n": "^17.24.0",
|
|
33
33
|
"eslint-plugin-perfectionist": "^5.6.0",
|
|
@@ -36,18 +36,18 @@
|
|
|
36
36
|
"eslint-plugin-regexp": "^3.0.0",
|
|
37
37
|
"eslint-plugin-unicorn": "^63.0.0",
|
|
38
38
|
"eslint-plugin-vue": "^10.8.0",
|
|
39
|
-
"eslint-plugin-vue-scoped-css": "^
|
|
39
|
+
"eslint-plugin-vue-scoped-css": "^3.0.0",
|
|
40
40
|
"eslint-plugin-vuetify": "^2.5.3",
|
|
41
|
-
"eslint-plugin-zod": "^3.
|
|
42
|
-
"globals": "^17.
|
|
41
|
+
"eslint-plugin-zod": "^3.3.0",
|
|
42
|
+
"globals": "^17.4.0",
|
|
43
43
|
"local-pkg": "^1.1.2",
|
|
44
|
-
"typescript-eslint": "^8.56.
|
|
44
|
+
"typescript-eslint": "^8.56.1",
|
|
45
45
|
"vue-eslint-parser": "^10.4.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@types/node": "^25.3.
|
|
48
|
+
"@types/node": "^25.3.3",
|
|
49
49
|
"bumpp": "^10.4.1",
|
|
50
|
-
"eslint": "^
|
|
50
|
+
"eslint": "^10.0.2",
|
|
51
51
|
"eslint-plugin-eslint-plugin": "^7.3.1",
|
|
52
52
|
"tsdown": "^0.20.3",
|
|
53
53
|
"tsx": "^4.21.0",
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"module": "dist/index.mjs",
|
|
76
76
|
"name": "@iqrf/eslint-config",
|
|
77
77
|
"peerDependencies": {
|
|
78
|
-
"eslint": "^8.56.0 || ^9.0.0"
|
|
78
|
+
"eslint": "^8.56.0 || ^9.0.0 || ^10.0.0"
|
|
79
79
|
},
|
|
80
80
|
"publishConfig": {
|
|
81
81
|
"access": "public"
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
},
|
|
87
87
|
"type": "module",
|
|
88
88
|
"types": "dist/index.d.mts",
|
|
89
|
-
"version": "0.
|
|
89
|
+
"version": "0.5.0-beta.1",
|
|
90
90
|
"scripts": {
|
|
91
91
|
"build": "tsdown",
|
|
92
92
|
"lint": "npm run lint:js && npm run lint:ts",
|