@vuebro/configs 1.2.18 → 1.2.19
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/eslint.config.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import js from "@eslint/js";
|
|
2
2
|
import json from "@eslint/json";
|
|
3
|
+
import unocss from "@unocss/eslint-config/flat";
|
|
3
4
|
import { defineConfigWithVueTs, vueTsConfigs, } from "@vue/eslint-config-typescript";
|
|
4
5
|
import gitignore from "eslint-config-flat-gitignore";
|
|
5
6
|
import { configs as deMorganConfigs } from "eslint-plugin-de-morgan";
|
|
@@ -19,6 +20,7 @@ export default defineConfigWithVueTs(gitignore(), {
|
|
|
19
20
|
vueTsConfigs.strictTypeChecked,
|
|
20
21
|
vueTsConfigs.stylisticTypeChecked,
|
|
21
22
|
perfectionist.configs["recommended-natural"],
|
|
23
|
+
unocss,
|
|
22
24
|
jsDoc.configs["flat/recommended-typescript"],
|
|
23
25
|
],
|
|
24
26
|
files: ["**/*.{ts,vue}"],
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://www.schemastore.org/package",
|
|
3
3
|
"name": "@vuebro/configs",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.19",
|
|
5
5
|
"description": "A comprehensive collection of shared configuration files for Vue.js projects with TypeScript, ESLint, Prettier, UnoCSS, and Vite, featuring Pug support",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"vue",
|
|
@@ -66,6 +66,7 @@
|
|
|
66
66
|
"@eslint/json": "^0.14.0",
|
|
67
67
|
"@prettier/plugin-pug": "^3.4.2",
|
|
68
68
|
"@tsconfig/strictest": "^2.0.8",
|
|
69
|
+
"@unocss/eslint-config": "^66.5.9",
|
|
69
70
|
"@unocss/extractor-arbitrary-variants": "^66.5.9",
|
|
70
71
|
"@unocss/extractor-pug": "^66.5.9",
|
|
71
72
|
"@unocss/preset-attributify": "^66.5.9",
|
|
@@ -97,7 +98,6 @@
|
|
|
97
98
|
"prettier": "^3.7.1",
|
|
98
99
|
"prettier-plugin-jsdoc": "^1.7.0",
|
|
99
100
|
"prettier-plugin-packagejson": "^2.5.20",
|
|
100
|
-
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
101
101
|
"pug": "^3.0.3",
|
|
102
102
|
"tsc-alias": "^1.8.16",
|
|
103
103
|
"typescript": "^5.9.3",
|