eslint-plugin-semi-design 2.14.0 → 2.15.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/README-zh_CN.md CHANGED
@@ -20,7 +20,7 @@ semi-ui 不应该作为 semi-foundation 的依赖。
20
20
 
21
21
  点击查看[详情](https://github.com/vercel/next.js/issues/2259)。
22
22
 
23
- ### ✅ 不能在 semi-ui 或 semi-foundation 使用相对路径引用 pacakges 下的包
23
+ ### ✅ 不能在 semi-ui 或 semi-foundation 使用相对路径引用 packages 下的包
24
24
 
25
25
  monorepo 下各个包之间的 import 请使用包名而不是相对路径。
26
26
 
package/README.md CHANGED
@@ -20,7 +20,7 @@ Why: In order to be compatible with next, lodash-es only provides the product of
20
20
 
21
21
  See more [here](https://github.com/vercel/next.js/issues/2259)。
22
22
 
23
- ### ✅ Should not use relative paths to import a package under pacakges in semi-ui or semi-foundation
23
+ ### ✅ Should not use relative paths to import a package under packages in semi-ui or semi-foundation
24
24
 
25
25
  For imports between packages under monorepo, use package names instead of relative paths.
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-semi-design",
3
- "version": "2.14.0",
3
+ "version": "2.15.1",
4
4
  "description": "semi ui eslint plugin",
5
5
  "keywords": [
6
6
  "semi",
@@ -40,5 +40,5 @@
40
40
  "bugs": {
41
41
  "url": "https://github.com/DouyinFE/semi-design/issues"
42
42
  },
43
- "gitHead": "d55010c5e2747bf74efdb061700d3aea9335ba25"
43
+ "gitHead": "c17dbc08573d010f8ecfe60834412acd9e7ca154"
44
44
  }