@kriac/stylelint-config 0.1.0 → 0.2.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.
Files changed (2) hide show
  1. package/README.md +17 -0
  2. package/package.json +5 -5
package/README.md ADDED
@@ -0,0 +1,17 @@
1
+ # @kriac/stylelint-config
2
+
3
+ 用于 stylelint 的统一配置插件
4
+
5
+ ## 使用
6
+
7
+ ### stylelint.config.mjs
8
+
9
+ ```mjs
10
+ export default {
11
+ extends: ["@kriac/stylelint-config"],
12
+ };
13
+ ```
14
+
15
+ ## 报告错误
16
+
17
+ 欢迎提交 issue 与我们讨论。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kriac/stylelint-config",
3
3
  "type": "module",
4
- "version": "0.1.0",
4
+ "version": "0.2.0",
5
5
  "description": "@kriac/stylelint-config",
6
6
  "author": "Kriac",
7
7
  "homepage": "https://github.com/Kriac/lint-kit",
@@ -20,11 +20,11 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "postcss-html": "1.8.1",
23
- "stylelint": "16.26.1",
24
- "stylelint-config-recess-order": "7.4.0",
23
+ "stylelint": "17.0.0",
24
+ "stylelint-config-recess-order": "7.6.0",
25
25
  "stylelint-config-recommended-vue": "1.6.1",
26
- "stylelint-config-standard": "39.0.1",
27
- "stylelint-config-standard-scss": "16.0.0",
26
+ "stylelint-config-standard": "40.0.0",
27
+ "stylelint-config-standard-scss": "17.0.0",
28
28
  "stylelint-order": "7.0.1"
29
29
  },
30
30
  "devDependencies": {