@tomjs/stylelint 1.0.5 → 1.0.7
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 +14 -0
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @tomjs/stylelint
|
|
2
2
|
|
|
3
|
+
## 1.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Change records
|
|
8
|
+
- chore: update readme and license
|
|
9
|
+
|
|
10
|
+
## 1.0.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Change records
|
|
15
|
+
- chore: update stylelint deps
|
|
16
|
+
|
|
3
17
|
## 1.0.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# @tomjs/stylelint
|
|
2
2
|
|
|
3
|
-
   
|
|
4
4
|
|
|
5
|
-
前端项目 [stylelint](https://stylelint.io/)
|
|
5
|
+
前端项目 [stylelint](https://stylelint.io/) 样式规范配置。
|
|
6
6
|
|
|
7
7
|
## 使用说明
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomjs/stylelint",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "stylelint config for tomjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tomjs",
|
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
"stylelint-config-property-sort-order-smacss": "^9.1.0",
|
|
51
51
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
52
52
|
"stylelint-config-standard": "^34.0.0",
|
|
53
|
-
"stylelint-config-standard-scss": "^11.
|
|
53
|
+
"stylelint-config-standard-scss": "^11.1.0",
|
|
54
54
|
"stylelint-order": "^6.0.3",
|
|
55
|
-
"stylelint-prettier": "^4.0
|
|
55
|
+
"stylelint-prettier": "^4.1.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"prettier": ">=3.0.0",
|