@tomjs/stylelint 2.0.0 → 2.0.1
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 +9 -0
- package/LICENSE +1 -1
- package/README.md +3 -1
- package/README.zh_CN.md +3 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2023 Tom Gao<tom@tomgao.cc>
|
|
3
|
+
Copyright (c) 2023-PRESENT Tom Gao<tom@tomgao.cc>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
  
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
**English** | [中文](./README.zh_CN.md)
|
|
6
|
+
|
|
7
|
+
> Front-end project [stylelint](https://stylelint.io/) style specification configuration.
|
|
6
8
|
|
|
7
9
|
## Usage
|
|
8
10
|
|
package/README.zh_CN.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
  
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
[English](./README.md) | **中文**
|
|
6
|
+
|
|
7
|
+
> 前端项目 [stylelint](https://stylelint.io/) 样式规范配置。
|
|
6
8
|
|
|
7
9
|
## 使用
|
|
8
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tomjs/stylelint",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "stylelint config for tomjs",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tomjs",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"license": "MIT",
|
|
20
20
|
"repository": {
|
|
21
21
|
"type": "git",
|
|
22
|
-
"url": "https://github.com/tomgao365
|
|
22
|
+
"url": "https://github.com/tomgao365/tomjs.git",
|
|
23
23
|
"directory": "packages/stylelint"
|
|
24
24
|
},
|
|
25
|
-
"homepage": "https://github.com/tomgao365
|
|
25
|
+
"homepage": "https://github.com/tomgao365/tomjs/tree/master/packages/stylelint#readme",
|
|
26
26
|
"files": [
|
|
27
27
|
"es",
|
|
28
28
|
"lib",
|