Upgrade to Stylelint 15 with Prettier (#23558)
This commit is contained in:
parent
c812cfa667
commit
0c9d455ea5
20 changed files with 311 additions and 179 deletions
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue