Skip to content

Commit a22925d

Browse files
authored
Merge pull request #7990 from ampproject/dependabot/npm_and_yarn/wordpress-packages-499bfd5dc4
2 parents 7478527 + 89c52b2 commit a22925d

File tree

5 files changed

+12858
-6014
lines changed

5 files changed

+12858
-6014
lines changed

.stylelintrc.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,16 @@
2020
"message": "Selector should use lowercase and separate words with hyphens (selector-id-pattern)"
2121
}
2222
],
23-
"value-keyword-case": null
23+
"value-keyword-case": null,
24+
"font-family-name-quotes": null,
25+
"rule-empty-line-before" : null,
26+
"selector-pseudo-element-colon-notation": null,
27+
"at-rule-empty-line-before" : null,
28+
"selector-attribute-quotes" : null,
29+
"scss/operator-no-unspaced" : null,
30+
"font-family-no-missing-generic-family-keyword" : null,
31+
"color-named" : null,
32+
"no-irregular-whitespace" : null,
33+
"custom-property-no-missing-var-function" : null
2434
}
2535
}

assets/src/components/template-mode-option/test/__snapshots__/index.js.snap

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)