@vuebro/configs 1.1.57 → 1.1.59

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.
@@ -1,6 +1,5 @@
1
1
  import js from "@eslint/js";
2
2
  import json from "@eslint/json";
3
- import markdown from "@eslint/markdown";
4
3
  import { defineConfigWithVueTs, vueTsConfigs, } from "@vue/eslint-config-typescript";
5
4
  import gitignore from "eslint-config-flat-gitignore";
6
5
  import { configs as deMorganConfigs } from "eslint-plugin-de-morgan";
@@ -25,7 +24,6 @@ export default defineConfigWithVueTs(gitignore(), {
25
24
  files: ["**/*.{ts,vue}"],
26
25
  rules: {
27
26
  "@typescript-eslint/no-use-before-define": ["error", "nofunc"],
28
- "@typescript-eslint/unified-signatures": "off",
29
27
  "import-x/no-extraneous-dependencies": [
30
28
  "error",
31
29
  {
@@ -51,4 +49,4 @@ export default defineConfigWithVueTs(gitignore(), {
51
49
  ],
52
50
  "jsdoc/tag-lines": ["warn", "any", { startLines: 1 }],
53
51
  },
54
- }, deMorganConfigs.recommended, importXConfigs.recommended, importXConfigs.typescript, dependConfigs["flat/recommended"], json.configs.recommended, markdown.configs.recommended, packageJsonConfigs.recommended, prettierConfigsRecommended);
52
+ }, deMorganConfigs.recommended, importXConfigs.recommended, importXConfigs.typescript, dependConfigs["flat/recommended"], json.configs.recommended, packageJsonConfigs.recommended, prettierConfigsRecommended);
@@ -3,5 +3,6 @@ declare const _default: {
3
3
  jsdocCommentLineStrategy: string;
4
4
  plugins: string[];
5
5
  tsdoc: boolean;
6
+ vueIndentScriptAndStyle: true;
6
7
  };
7
8
  export default _default;
@@ -4,8 +4,9 @@ export default {
4
4
  plugins: [
5
5
  "@prettier/plugin-pug",
6
6
  "prettier-plugin-jsdoc",
7
- "prettier-plugin-tailwindcss",
8
7
  "prettier-plugin-packagejson",
8
+ "prettier-plugin-tailwindcss",
9
9
  ],
10
10
  tsdoc: true,
11
+ vueIndentScriptAndStyle: true,
11
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuebro/configs",
3
- "version": "1.1.57",
3
+ "version": "1.1.59",
4
4
  "description": "@vuebro/configs",
5
5
  "keywords": [
6
6
  "vuebro",
@@ -49,9 +49,8 @@
49
49
  "lint": "eslint ."
50
50
  },
51
51
  "dependencies": {
52
- "@eslint/js": "^9.39.0",
52
+ "@eslint/js": "^9.39.1",
53
53
  "@eslint/json": "^0.13.2",
54
- "@eslint/markdown": "^7.5.0",
55
54
  "@prettier/plugin-pug": "^3.4.2",
56
55
  "@tsconfig/strictest": "^2.0.7",
57
56
  "@unocss/extractor-arbitrary-variants": "^66.5.4",
@@ -67,23 +66,20 @@
67
66
  "@vue/eslint-config-typescript": "^14.6.0",
68
67
  "@vue/language-plugin-pug": "^3.1.3",
69
68
  "@vue/tsconfig": "^0.8.1",
70
- "@vueuse/core": "^14.0.0",
71
- "consola": "^3.4.2",
72
- "eslint": "^9.39.0",
69
+ "eslint": "^9.39.1",
73
70
  "eslint-config-flat-gitignore": "^2.1.0",
74
71
  "eslint-config-prettier": "^10.1.8",
75
72
  "eslint-import-resolver-typescript": "^4.4.4",
76
73
  "eslint-plugin-de-morgan": "^2.0.0",
77
74
  "eslint-plugin-depend": "^1.3.1",
78
75
  "eslint-plugin-import-x": "^4.16.1",
79
- "eslint-plugin-jsdoc": "^61.1.11",
80
- "eslint-plugin-package-json": "^0.59.1",
76
+ "eslint-plugin-jsdoc": "^61.1.12",
77
+ "eslint-plugin-package-json": "^0.63.0",
81
78
  "eslint-plugin-perfectionist": "^4.15.1",
82
79
  "eslint-plugin-prettier": "^5.5.4",
83
80
  "eslint-plugin-vue": "^10.5.1",
84
81
  "eslint-plugin-vue-pug": "^1.0.0-alpha.4",
85
82
  "jiti": "^2.6.1",
86
- "ofetch": "^1.5.1",
87
83
  "prettier": "^3.6.2",
88
84
  "prettier-plugin-jsdoc": "^1.5.0",
89
85
  "prettier-plugin-packagejson": "^2.5.19",
@@ -92,11 +88,9 @@
92
88
  "tsc-alias": "^1.8.16",
93
89
  "typescript": "^5.9.3",
94
90
  "unocss": "^66.5.4",
95
- "uuid-random": "^1.3.2",
96
91
  "vite": "^7.1.12",
97
92
  "vite-plugin-vue-devtools": "^8.0.3",
98
93
  "vite-tsconfig-paths": "^5.1.4",
99
- "vue": "^3.5.22",
100
94
  "vue-eslint-parser-template-tokenizer-pug": "^1.0.0",
101
95
  "vue-tsc": "^3.1.3"
102
96
  },