@xiaohe01/stylelint-config 0.0.3 → 1.0.0
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/README.md +1 -14
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ For more information, please refer to [stylelint](https://stylelint.io).
|
|
|
60
60
|
### 🐶 Discussion & Communication
|
|
61
61
|
|
|
62
62
|
- ❓:For questions or bug feedback, you can submit an [issues](https://github.com/xiaohe0601/xiaohe-stylelint-config/issues)
|
|
63
|
-
and
|
|
63
|
+
and PR are welcome
|
|
64
64
|
- 📫:[xiaohe0601@outlook.com](mailto:xiaohe0601@outlook.com)
|
|
65
65
|
- 🐧:Not yet available
|
|
66
66
|
|
|
@@ -68,28 +68,15 @@ For more information, please refer to [stylelint](https://stylelint.io).
|
|
|
68
68
|
|
|
69
69
|
- MIT [LICENSE](./LICENSE)
|
|
70
70
|
|
|
71
|
-
<!-- Badges -->
|
|
72
|
-
|
|
73
71
|
[github-stars-src]: https://img.shields.io/github/stars/xiaohe0601/xiaohe-stylelint-config?style=flat&colorA=080f12&colorB=1fa669&logo=GitHub
|
|
74
|
-
|
|
75
72
|
[github-stars-href]: https://github.com/xiaohe0601/xiaohe-stylelint-config
|
|
76
|
-
|
|
77
73
|
[npm-version-src]: https://img.shields.io/npm/v/@xiaohe01/stylelint-config?style=flat&colorA=080f12&colorB=1fa669
|
|
78
|
-
|
|
79
74
|
[npm-version-href]: https://npmjs.com/package/@xiaohe01/stylelint-config
|
|
80
|
-
|
|
81
75
|
[npm-downloads-src]: https://img.shields.io/npm/dm/@xiaohe01/stylelint-config?style=flat&colorA=080f12&colorB=1fa669
|
|
82
|
-
|
|
83
76
|
[npm-downloads-href]: https://npmjs.com/package/@xiaohe01/stylelint-config
|
|
84
|
-
|
|
85
77
|
[bundle-src]: https://img.shields.io/bundlephobia/minzip/@xiaohe01/stylelint-config?style=flat&colorA=080f12&colorB=1fa669&label=minzip
|
|
86
|
-
|
|
87
78
|
[bundle-href]: https://bundlephobia.com/result?p=@xiaohe01/stylelint-config
|
|
88
|
-
|
|
89
79
|
[jsdocs-src]: https://img.shields.io/badge/jsdocs-reference-080f12?style=flat&colorA=080f12&colorB=1fa669
|
|
90
|
-
|
|
91
80
|
[jsdocs-href]: https://www.jsdocs.io/package/@xiaohe01/stylelint-config
|
|
92
|
-
|
|
93
81
|
[license-src]: https://img.shields.io/github/license/xiaohe0601/xiaohe-stylelint-config.svg?style=flat&colorA=080f12&colorB=1fa669
|
|
94
|
-
|
|
95
82
|
[license-href]: https://github.com/xiaohe0601/xiaohe-stylelint-config/blob/main/LICENSE
|
package/dist/index.d.cts
CHANGED
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xiaohe01/stylelint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"description": "🤚 Stylelint config preset for xiaohe",
|
|
6
6
|
"author": "xiaohe0601 <xiaohe0601@outlook.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"dist"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"local-pkg": "^
|
|
41
|
+
"local-pkg": "^1.1.0",
|
|
42
42
|
"lodash-es": "^4.17.21",
|
|
43
|
-
"postcss-html": "^1.
|
|
43
|
+
"postcss-html": "^1.8.0",
|
|
44
44
|
"postcss-scss": "^4.0.9",
|
|
45
45
|
"stylelint-config-html": "^1.1.0",
|
|
46
|
-
"stylelint-config-recess-order": "^
|
|
47
|
-
"stylelint-config-recommended": "^
|
|
48
|
-
"stylelint-config-recommended-vue": "^1.
|
|
49
|
-
"stylelint-config-standard": "^
|
|
46
|
+
"stylelint-config-recess-order": "^6.0.0",
|
|
47
|
+
"stylelint-config-recommended": "^15.0.0",
|
|
48
|
+
"stylelint-config-recommended-vue": "^1.6.0",
|
|
49
|
+
"stylelint-config-standard": "^37.0.0",
|
|
50
50
|
"stylelint-config-standard-scss": "^14.0.0",
|
|
51
51
|
"stylelint-order": "^6.0.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/lodash-es": "^4.17.12",
|
|
55
|
-
"stylelint": "^16.
|
|
55
|
+
"stylelint": "^16.14.1"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
58
|
"build": "unbuild"
|