@vuebro/configs 1.1.57 → 1.1.58

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";
@@ -51,4 +50,4 @@ export default defineConfigWithVueTs(gitignore(), {
51
50
  ],
52
51
  "jsdoc/tag-lines": ["warn", "any", { startLines: 1 }],
53
52
  },
54
- }, deMorganConfigs.recommended, importXConfigs.recommended, importXConfigs.typescript, dependConfigs["flat/recommended"], json.configs.recommended, markdown.configs.recommended, packageJsonConfigs.recommended, prettierConfigsRecommended);
53
+ }, deMorganConfigs.recommended, importXConfigs.recommended, importXConfigs.typescript, dependConfigs["flat/recommended"], json.configs.recommended, packageJsonConfigs.recommended, prettierConfigsRecommended);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vuebro/configs",
3
- "version": "1.1.57",
3
+ "version": "1.1.58",
4
4
  "description": "@vuebro/configs",
5
5
  "keywords": [
6
6
  "vuebro",
@@ -51,7 +51,6 @@
51
51
  "dependencies": {
52
52
  "@eslint/js": "^9.39.0",
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",
@@ -76,7 +75,7 @@
76
75
  "eslint-plugin-de-morgan": "^2.0.0",
77
76
  "eslint-plugin-depend": "^1.3.1",
78
77
  "eslint-plugin-import-x": "^4.16.1",
79
- "eslint-plugin-jsdoc": "^61.1.11",
78
+ "eslint-plugin-jsdoc": "^61.1.12",
80
79
  "eslint-plugin-package-json": "^0.59.1",
81
80
  "eslint-plugin-perfectionist": "^4.15.1",
82
81
  "eslint-plugin-prettier": "^5.5.4",