0
0
Fork 0

Upgrade to Stylelint 15 with Prettier (#23558)

This commit is contained in:
Nick Schonning 2023-02-12 22:57:03 -05:00 committed by GitHub
parent c812cfa667
commit 0c9d455ea5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 311 additions and 179 deletions

View file

@ -10,7 +10,6 @@ module.exports = {
'color-function-notation': null,
'color-hex-length': null,
'declaration-block-no-redundant-longhand-properties': null,
'max-line-length': null,
'no-descending-specificity': null,
'no-duplicate-selectors': null,
'number-max-precision': 8,
@ -18,7 +17,6 @@ module.exports = {
'property-no-vendor-prefix': null,
'selector-class-pattern': null,
'selector-id-pattern': null,
'string-quotes': null,
'value-keyword-case': null,
'value-no-vendor-prefix': null,