mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 07:56:28 +08:00
chore(deps): update dependency stylelint to v15 (#40687)
* chore(deps): update dependency stylelint to v15 * Update package.json * test: remove stylelint-config-prettier * test: remove stylelint-config-prettier * stylelint@15 * json to js --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: afc163 <afc163@gmail.com> Co-authored-by: yoyo837 <yoyo837@hotmail.com>
This commit is contained in:
parent
9d9eca7a9d
commit
14c5d685c1
40
.stylelintrc.js
Normal file
40
.stylelintrc.js
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
module.exports = {
|
||||||
|
extends: ['stylelint-config-standard', 'stylelint-config-rational-order'],
|
||||||
|
// 使用 stylelint 来 lint css in js? https://github.com/emotion-js/emotion/discussions/2694
|
||||||
|
plugins: ['stylelint-prettier'],
|
||||||
|
rules: {
|
||||||
|
'prettier/prettier': true,
|
||||||
|
'function-name-case': ['lower'],
|
||||||
|
'function-no-unknown': [
|
||||||
|
true,
|
||||||
|
{
|
||||||
|
ignoreFunctions: [
|
||||||
|
'fade',
|
||||||
|
'fadeout',
|
||||||
|
'tint',
|
||||||
|
'darken',
|
||||||
|
'ceil',
|
||||||
|
'fadein',
|
||||||
|
'floor',
|
||||||
|
'unit',
|
||||||
|
'shade',
|
||||||
|
'lighten',
|
||||||
|
'percentage',
|
||||||
|
'-',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
'import-notation': null,
|
||||||
|
'no-descending-specificity': null,
|
||||||
|
'no-invalid-position-at-import-rule': null,
|
||||||
|
'declaration-empty-line-before': null,
|
||||||
|
'keyframes-name-pattern': null,
|
||||||
|
'custom-property-pattern': null,
|
||||||
|
'number-max-precision': 8,
|
||||||
|
'alpha-value-notation': 'number',
|
||||||
|
'color-function-notation': 'legacy',
|
||||||
|
'selector-class-pattern': null,
|
||||||
|
'selector-id-pattern': null,
|
||||||
|
'selector-not-notation': null,
|
||||||
|
},
|
||||||
|
};
|
@ -1,43 +0,0 @@
|
|||||||
{
|
|
||||||
"extends": [
|
|
||||||
"stylelint-config-standard",
|
|
||||||
"stylelint-config-rational-order",
|
|
||||||
"stylelint-config-prettier"
|
|
||||||
],
|
|
||||||
"customSyntax": "postcss-less",
|
|
||||||
"plugins": ["stylelint-declaration-block-no-ignored-properties"],
|
|
||||||
"rules": {
|
|
||||||
"function-name-case": ["lower"],
|
|
||||||
"function-no-unknown": [
|
|
||||||
true,
|
|
||||||
{
|
|
||||||
"ignoreFunctions": [
|
|
||||||
"fade",
|
|
||||||
"fadeout",
|
|
||||||
"tint",
|
|
||||||
"darken",
|
|
||||||
"ceil",
|
|
||||||
"fadein",
|
|
||||||
"floor",
|
|
||||||
"unit",
|
|
||||||
"shade",
|
|
||||||
"lighten",
|
|
||||||
"percentage",
|
|
||||||
"-"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"import-notation": null,
|
|
||||||
"no-descending-specificity": null,
|
|
||||||
"no-invalid-position-at-import-rule": null,
|
|
||||||
"declaration-empty-line-before": null,
|
|
||||||
"keyframes-name-pattern": null,
|
|
||||||
"custom-property-pattern": null,
|
|
||||||
"number-max-precision": 8,
|
|
||||||
"alpha-value-notation": "number",
|
|
||||||
"color-function-notation": "legacy",
|
|
||||||
"selector-class-pattern": null,
|
|
||||||
"selector-id-pattern": null,
|
|
||||||
"selector-not-notation": null
|
|
||||||
}
|
|
||||||
}
|
|
@ -272,11 +272,10 @@
|
|||||||
"semver": "^7.3.5",
|
"semver": "^7.3.5",
|
||||||
"simple-git": "^3.0.0",
|
"simple-git": "^3.0.0",
|
||||||
"size-limit": "^8.1.0",
|
"size-limit": "^8.1.0",
|
||||||
"stylelint": "^14.9.0",
|
"stylelint": "^15.1.0",
|
||||||
"stylelint-config-prettier": "^9.0.2",
|
|
||||||
"stylelint-config-rational-order": "^0.1.2",
|
"stylelint-config-rational-order": "^0.1.2",
|
||||||
"stylelint-config-standard": "^29.0.0",
|
"stylelint-config-standard": "^30.0.0",
|
||||||
"stylelint-declaration-block-no-ignored-properties": "^2.1.0",
|
"stylelint-prettier": "^2.0.0",
|
||||||
"sylvanas": "^0.6.1",
|
"sylvanas": "^0.6.1",
|
||||||
"terser": "^5.16.1",
|
"terser": "^5.16.1",
|
||||||
"ts-node": "^10.8.2",
|
"ts-node": "^10.8.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user