dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-11-04 17:09:45 -07:00
committed by Tim Abbott
parent f2a443a736
commit 8df6eccd42
5 changed files with 1381 additions and 2691 deletions

View File

@@ -16,9 +16,9 @@ module.exports = {
// Disable standard rules we don't comply with yet
"comment-empty-line-before": null,
"declaration-empty-line-before": null,
// Additional stylistic rules
"font-family-name-quotes": "always-where-recommended",
"keyframes-name-pattern": null,
"selector-class-pattern": null,
"selector-id-pattern": null,
// Compatibility with older browsers
"alpha-value-notation": "number",
@@ -45,12 +45,5 @@ module.exports = {
"function-url-scheme-allowed-list": [
"data", // Allow data URIs
],
// We use autoprefixer to generate vendor prefixes
"at-rule-no-vendor-prefix": true,
"media-feature-name-no-vendor-prefix": true,
"property-no-vendor-prefix": true,
"selector-no-vendor-prefix": true,
"value-no-vendor-prefix": true,
},
};