@iqrf/eslint-config 0.2.7 → 0.2.9
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 +6 -4
- package/package.json +16 -16
package/dist/index.js
CHANGED
|
@@ -668,15 +668,17 @@ var configs2 = getVueVersion() === 3 ? [
|
|
|
668
668
|
var vuetifyConfigs = [
|
|
669
669
|
...pluginVuetify.configs["flat/base"],
|
|
670
670
|
...pluginVuetify.configs["flat/recommended"]
|
|
671
|
-
]
|
|
671
|
+
].map((config) => {
|
|
672
|
+
if ("plugins" in config && config.plugins !== void 0 && "vue" in config.plugins) {
|
|
673
|
+
delete config.plugins.vue;
|
|
674
|
+
}
|
|
675
|
+
return config;
|
|
676
|
+
});
|
|
672
677
|
var vue = (options) => [
|
|
673
678
|
...configs2,
|
|
674
679
|
...options.vuetify ? vuetifyConfigs : [],
|
|
675
680
|
{
|
|
676
681
|
files: ["**/*.vue"],
|
|
677
|
-
plugins: {
|
|
678
|
-
vue: pluginVue
|
|
679
|
-
},
|
|
680
682
|
languageOptions: {
|
|
681
683
|
ecmaVersion: 2022,
|
|
682
684
|
parser: parserVue,
|
package/package.json
CHANGED
|
@@ -15,42 +15,42 @@
|
|
|
15
15
|
],
|
|
16
16
|
"description": "ESLint configuration for IQRF projects",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@eslint/js": "^9.
|
|
19
|
-
"@intlify/eslint-plugin-vue-i18n": "^
|
|
20
|
-
"@stylistic/eslint-plugin": "^4.0
|
|
21
|
-
"@typescript-eslint/parser": "^8.
|
|
22
|
-
"@vitest/eslint-plugin": "1.1.
|
|
18
|
+
"@eslint/js": "^9.22.0",
|
|
19
|
+
"@intlify/eslint-plugin-vue-i18n": "^4.0.0",
|
|
20
|
+
"@stylistic/eslint-plugin": "^4.2.0",
|
|
21
|
+
"@typescript-eslint/parser": "^8.26.0",
|
|
22
|
+
"@vitest/eslint-plugin": "^1.1.36",
|
|
23
23
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
24
24
|
"eslint-import-resolver-typescript": "^3.8.3",
|
|
25
|
-
"eslint-plugin-cypress": "^4.
|
|
25
|
+
"eslint-plugin-cypress": "^4.2.0",
|
|
26
26
|
"eslint-plugin-eslint-comments": "^3.2.0",
|
|
27
27
|
"eslint-plugin-import-x": "^4.6.1",
|
|
28
28
|
"eslint-plugin-jsdoc": "^50.6.3",
|
|
29
29
|
"eslint-plugin-jsonc": "^2.19.1",
|
|
30
30
|
"eslint-plugin-markdown": "^5.1.0",
|
|
31
31
|
"eslint-plugin-math": "^0.6.0",
|
|
32
|
-
"eslint-plugin-n": "^17.
|
|
33
|
-
"eslint-plugin-perfectionist": "^4.
|
|
32
|
+
"eslint-plugin-n": "^17.16.2",
|
|
33
|
+
"eslint-plugin-perfectionist": "^4.10.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",
|
|
37
37
|
"eslint-plugin-unicorn": "^57.0.0",
|
|
38
|
-
"eslint-plugin-vue": "^
|
|
38
|
+
"eslint-plugin-vue": "^10.0.0",
|
|
39
39
|
"eslint-plugin-vue-scoped-css": "^2.9.0",
|
|
40
40
|
"eslint-plugin-vuetify": "^2.5.1",
|
|
41
41
|
"globals": "^16.0.0",
|
|
42
|
-
"local-pkg": "^1.
|
|
43
|
-
"typescript-eslint": "^8.
|
|
44
|
-
"vue-eslint-parser": "^
|
|
42
|
+
"local-pkg": "^1.1.1",
|
|
43
|
+
"typescript-eslint": "^8.26.0",
|
|
44
|
+
"vue-eslint-parser": "^10.1.1"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@types/node": "^22.13.
|
|
47
|
+
"@types/node": "^22.13.10",
|
|
48
48
|
"bumpp": "^10.0.3",
|
|
49
|
-
"eslint": "^9.
|
|
49
|
+
"eslint": "^9.22.0",
|
|
50
50
|
"eslint-plugin-eslint-plugin": "^6.4.0",
|
|
51
51
|
"tsup": "^8.4.0",
|
|
52
52
|
"tsx": "^4.19.3",
|
|
53
|
-
"typescript": "^5.
|
|
53
|
+
"typescript": "^5.8.2"
|
|
54
54
|
},
|
|
55
55
|
"engines": {
|
|
56
56
|
"node": "^18.18.0 || >=20.0.0"
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
},
|
|
81
81
|
"type": "module",
|
|
82
82
|
"types": "dist/index.d.ts",
|
|
83
|
-
"version": "0.2.
|
|
83
|
+
"version": "0.2.9",
|
|
84
84
|
"scripts": {
|
|
85
85
|
"build": "tsup",
|
|
86
86
|
"lint": "eslint .",
|