@seayoo-web/scripts 3.1.4 → 3.1.6
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/dist/index.js +2 -0
- package/package.json +1 -1
- package/types/src/destory.d.ts +1 -1
- package/types/src/eslint.d.ts +1 -1
- package/types/src/stylelint.d.ts +1 -0
- package/types/src/postcss.d.ts +0 -7
package/dist/index.js
CHANGED
|
@@ -255,6 +255,7 @@ function definePageBuildConfig(option) {
|
|
|
255
255
|
"core-js/es/symbol/iterator"
|
|
256
256
|
],
|
|
257
257
|
additionalModernPolyfills: [
|
|
258
|
+
"core-js/es/global-this",
|
|
258
259
|
"core-js/es/array/flat",
|
|
259
260
|
"core-js/es/array/flat-map",
|
|
260
261
|
"core-js/es/promise/all-settled",
|
|
@@ -385,6 +386,7 @@ const stylelintConfig = {
|
|
|
385
386
|
"selector-class-pattern": /^[a-z\d-_]+$/,
|
|
386
387
|
"media-feature-range-notation": "prefix",
|
|
387
388
|
"color-function-notation": "legacy",
|
|
389
|
+
"color-function-alias-notation": "with-alpha",
|
|
388
390
|
"alpha-value-notation": "number",
|
|
389
391
|
"selector-pseudo-class-no-unknown": [
|
|
390
392
|
true,
|
package/package.json
CHANGED
package/types/src/destory.d.ts
CHANGED
package/types/src/eslint.d.ts
CHANGED
package/types/src/stylelint.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ export declare const stylelintConfig: {
|
|
|
11
11
|
"selector-class-pattern": RegExp;
|
|
12
12
|
"media-feature-range-notation": string;
|
|
13
13
|
"color-function-notation": string;
|
|
14
|
+
"color-function-alias-notation": string;
|
|
14
15
|
"alpha-value-notation": string;
|
|
15
16
|
"selector-pseudo-class-no-unknown": (boolean | {
|
|
16
17
|
ignorePseudoClasses: string[];
|