eslint-plugin-better-codes 1.4.12 → 1.4.13
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.md +1 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,7 +80,6 @@ module.exports = {
|
|
|
80
80
|
强制使用可选链操作符(`?.`)来约束长表达式的点访问
|
|
81
81
|
|
|
82
82
|
针对赋值表达式 = 左半部分的表达式不会进行校验,将来进行针对性处理
|
|
83
|
-
## 许可证
|
|
84
83
|
|
|
85
84
|
## 更新日志
|
|
86
85
|
|
|
@@ -92,5 +91,5 @@ module.exports = {
|
|
|
92
91
|
|
|
93
92
|
修复`long-expression-with-optional-chain`规则中对于例如`obj.user.getName().num`中的`getName().num`不会进行校验的情况
|
|
94
93
|
|
|
95
|
-
|
|
94
|
+
## 许可证
|
|
96
95
|
MIT
|