Issue #3408129 by Spokje, smustgrave: Sync up core/.stylelintrc.json and stylelint-config-standard

(cherry picked from commit fafc0e753d)
merge-requests/5943/head
Dave Long 2023-12-20 10:07:23 +00:00
parent 9dddb68024
commit 854adf5d14
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 0 additions and 2 deletions

View File

@ -11,13 +11,11 @@
"custom-property-pattern": "^[a-z][-_a-z0-9IE]*$",
"declaration-block-no-redundant-longhand-properties": null,
"function-url-quotes": null,
"function-whitespace-after": null,
"hue-degree-notation": "number",
"import-notation": "string",
"no-descending-specificity": null,
"no-duplicate-selectors": null,
"no-unknown-animations": true,
"max-line-length": null,
"media-feature-name-no-unknown": [true, {
"ignoreMediaFeatureNames": [
"prefers-reduced-motion"