@tomjs/stylelint 1.0.1 → 1.0.3
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/CHANGELOG.md +15 -0
- package/README.md +3 -1
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @tomjs/stylelint
|
|
2
2
|
|
|
3
|
+
## 1.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Change records
|
|
8
|
+
- docs: 更新说明文档
|
|
9
|
+
|
|
10
|
+
## 1.0.2
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Change records
|
|
15
|
+
- chore: update deps
|
|
16
|
+
- feat: 补充包主页地址和安装执行脚步
|
|
17
|
+
|
|
3
18
|
## 1.0.1
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
  
|
|
4
4
|
|
|
5
|
-
前端项目 [stylelint](https://stylelint.io/)
|
|
5
|
+
前端项目 [stylelint](https://stylelint.io/) 样式规范配置。
|
|
6
|
+
|
|
7
|
+
**\_\_**
|
|
6
8
|
|
|
7
9
|
## 使用说明
|
|
8
10
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomjs/stylelint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "stylelint config for tomjs",
|
|
5
5
|
"keywords": [
|
|
6
|
+
"tomjs",
|
|
6
7
|
"lint",
|
|
7
8
|
"stylelint",
|
|
9
|
+
"config",
|
|
8
10
|
"style",
|
|
9
11
|
"css",
|
|
10
12
|
"less",
|
|
@@ -20,6 +22,7 @@
|
|
|
20
22
|
"url": "https://github.com/tomgao365/tomjs.git",
|
|
21
23
|
"directory": "packages/stylelint"
|
|
22
24
|
},
|
|
25
|
+
"homepage": "https://github.com/tomgao365/tomjs/tree/master/packages/stylelint#readme",
|
|
23
26
|
"files": [
|
|
24
27
|
"es",
|
|
25
28
|
"lib",
|
|
@@ -40,10 +43,10 @@
|
|
|
40
43
|
}
|
|
41
44
|
},
|
|
42
45
|
"dependencies": {
|
|
43
|
-
"postcss": "^8.4.
|
|
46
|
+
"postcss": "^8.4.31",
|
|
44
47
|
"postcss-html": "^1.5.0",
|
|
45
48
|
"postcss-less": "^6.0.0",
|
|
46
|
-
"postcss-scss": "^4.0.
|
|
49
|
+
"postcss-scss": "^4.0.9",
|
|
47
50
|
"stylelint-config-property-sort-order-smacss": "^9.1.0",
|
|
48
51
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
49
52
|
"stylelint-config-standard": "^34.0.0",
|