stylelint-taro 4.0.0-beta.0 → 4.0.0-beta.2

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/LICENSE CHANGED
@@ -158,3 +158,17 @@ MIT (stencil-vue2-output-target):
158
158
  The following files embed [stencil-vue2-output-target](https://github.com/diondree/stencil-vue2-output-target) MIT:
159
159
  `/packages/taro-components-library-vue2/src/vue-component-lib/utils.ts`
160
160
  See `/LICENSE` for details of the license.
161
+
162
+ ==================
163
+
164
+ MIT (weui):
165
+ The following files embed [stencil-vue2-output-target](https://github.com/Tencent/weui) MIT:
166
+ `/packages/taro-components/src/components/*.scss`
167
+ See `/LICENSE.txt` for details of the license.
168
+
169
+ ==================
170
+
171
+ Apache-2.0 (intersection-observer):
172
+ The following files embed [intersection-observer](https://github.com/GoogleChromeLabs/intersection-observer) Apache-2.0:
173
+ `/packages/taro-api/src/polyfill/intersection-observer.ts`
174
+ See `/LICENSE.txt` for details of the license.
@@ -87,6 +87,7 @@ const config = {
87
87
  'overflow': ['hidden', 'visible', 'auto'],
88
88
  'opacity': [constrant_1.NUMBER],
89
89
  'transform': true,
90
+ 'transform-origin': true,
90
91
  '-webkit-line-clamp': [constrant_1.NUMBER]
91
92
  },
92
93
  // 关联的插件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stylelint-taro",
3
- "version": "4.0.0-beta.0",
3
+ "version": "4.0.0-beta.2",
4
4
  "description": "Taro stylelint 规则集合",
5
5
  "main": "lib/index.js",
6
6
  "files": [
@@ -87,6 +87,7 @@ const config: TaroStylelintConfig = {
87
87
  'overflow': ['hidden', 'visible', 'auto'],
88
88
  'opacity': [NUMBER],
89
89
  'transform': true,
90
+ 'transform-origin': true,
90
91
  '-webkit-line-clamp': [NUMBER]
91
92
  },
92
93
  // 关联的插件