@dword-design/eslint-config 9.0.10 → 9.0.12
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/create/index.js +2 -5
- package/package.json +18 -18
package/dist/create/index.js
CHANGED
|
@@ -41,11 +41,7 @@ export default ({
|
|
|
41
41
|
});
|
|
42
42
|
return defineConfig([gitignore({
|
|
43
43
|
strict: false
|
|
44
|
-
}), tseslint.configs.recommended,
|
|
45
|
-
// @ts-expect-error https://github.com/un-ts/eslint-plugin-import-x/issues/439
|
|
46
|
-
importX.flatConfigs.recommended,
|
|
47
|
-
// @ts-expect-error https://github.com/un-ts/eslint-plugin-import-x/issues/439
|
|
48
|
-
importX.flatConfigs.typescript, ...pluginVue.configs["flat/recommended"].map(plugin => ({
|
|
44
|
+
}), tseslint.configs.recommended, importX.flatConfigs.recommended, importX.flatConfigs.typescript, ...pluginVue.configs["flat/recommended"].map(plugin => ({
|
|
49
45
|
files: ["**/*.ts", "**/*.vue"],
|
|
50
46
|
...plugin
|
|
51
47
|
})), {
|
|
@@ -238,6 +234,7 @@ export default ({
|
|
|
238
234
|
}],
|
|
239
235
|
"vue/component-api-style": ["error", ["script-setup"]],
|
|
240
236
|
"vue/define-emits-declaration": ["error", "type-literal"],
|
|
237
|
+
"vue/define-props-declaration": "error",
|
|
241
238
|
"vue/multi-word-component-names": "off",
|
|
242
239
|
"vue/no-deprecated-functional-template": "error",
|
|
243
240
|
"vue/no-template-target-blank": ["error", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dword-design/eslint-config",
|
|
3
|
-
"version": "9.0.
|
|
3
|
+
"version": "9.0.12",
|
|
4
4
|
"repository": "dword-design/eslint-config",
|
|
5
5
|
"funding": "https://github.com/sponsors/dword-design",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,39 +29,39 @@
|
|
|
29
29
|
"verify": "base verify"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@dword-design/eslint-plugin-import-alias": "^8.1.
|
|
33
|
-
"@eslint/eslintrc": "^3.3.
|
|
34
|
-
"@stylistic/eslint-plugin": "^5.
|
|
32
|
+
"@dword-design/eslint-plugin-import-alias": "^8.1.8",
|
|
33
|
+
"@eslint/eslintrc": "^3.3.5",
|
|
34
|
+
"@stylistic/eslint-plugin": "^5.10.0",
|
|
35
35
|
"confusing-browser-globals": "^1.0.11",
|
|
36
36
|
"depcheck-package-name": "^5.0.0",
|
|
37
|
-
"eslint": "^9.39.
|
|
38
|
-
"eslint-config-flat-gitignore": "^2.
|
|
37
|
+
"eslint": "^9.39.4",
|
|
38
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
39
39
|
"eslint-config-prettier": "^10.1.8",
|
|
40
40
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
41
|
-
"eslint-plugin-import-x": "^4.16.
|
|
42
|
-
"eslint-plugin-jsonc": "^2.21.
|
|
43
|
-
"eslint-plugin-playwright": "^2.
|
|
41
|
+
"eslint-plugin-import-x": "^4.16.2",
|
|
42
|
+
"eslint-plugin-jsonc": "^2.21.1",
|
|
43
|
+
"eslint-plugin-playwright": "^2.10.1",
|
|
44
44
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
45
45
|
"eslint-plugin-prettier": "^5.5.5",
|
|
46
46
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
47
47
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
48
48
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
49
|
-
"eslint-plugin-vue": "^10.
|
|
50
|
-
"globals": "^17.
|
|
49
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
50
|
+
"globals": "^17.4.0",
|
|
51
51
|
"lodash-es": "^4.17.23",
|
|
52
52
|
"prettier": "^3.8.1",
|
|
53
|
-
"read-pkg": "^10.
|
|
53
|
+
"read-pkg": "^10.1.0",
|
|
54
54
|
"sort-package-json": "^3.6.1",
|
|
55
|
-
"typescript-eslint": "^8.
|
|
56
|
-
"vue-eslint-parser": "^10.
|
|
55
|
+
"typescript-eslint": "^8.57.2",
|
|
56
|
+
"vue-eslint-parser": "^10.4.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@dword-design/base": "^16.2.
|
|
60
|
-
"@playwright/test": "^1.58.
|
|
59
|
+
"@dword-design/base": "^16.2.4",
|
|
60
|
+
"@playwright/test": "^1.58.2",
|
|
61
61
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
62
|
-
"@types/node": "^25.
|
|
62
|
+
"@types/node": "^25.5.0",
|
|
63
63
|
"endent": "npm:@dword-design/endent@^1.4.7",
|
|
64
|
-
"output-files": "^
|
|
64
|
+
"output-files": "^4.0.0"
|
|
65
65
|
},
|
|
66
66
|
"peerDependencies": {
|
|
67
67
|
"typescript": "*"
|