Issue #3408129 by Spokje, smustgrave: Sync up core/.stylelintrc.json and stylelint-config-standard
(cherry picked from commit fafc0e753d
)
merge-requests/5943/head
parent
9dddb68024
commit
854adf5d14
|
@ -11,13 +11,11 @@
|
||||||
"custom-property-pattern": "^[a-z][-_a-z0-9IE]*$",
|
"custom-property-pattern": "^[a-z][-_a-z0-9IE]*$",
|
||||||
"declaration-block-no-redundant-longhand-properties": null,
|
"declaration-block-no-redundant-longhand-properties": null,
|
||||||
"function-url-quotes": null,
|
"function-url-quotes": null,
|
||||||
"function-whitespace-after": null,
|
|
||||||
"hue-degree-notation": "number",
|
"hue-degree-notation": "number",
|
||||||
"import-notation": "string",
|
"import-notation": "string",
|
||||||
"no-descending-specificity": null,
|
"no-descending-specificity": null,
|
||||||
"no-duplicate-selectors": null,
|
"no-duplicate-selectors": null,
|
||||||
"no-unknown-animations": true,
|
"no-unknown-animations": true,
|
||||||
"max-line-length": null,
|
|
||||||
"media-feature-name-no-unknown": [true, {
|
"media-feature-name-no-unknown": [true, {
|
||||||
"ignoreMediaFeatureNames": [
|
"ignoreMediaFeatureNames": [
|
||||||
"prefers-reduced-motion"
|
"prefers-reduced-motion"
|
||||||
|
|
Loading…
Reference in New Issue