diff options
author | moisseev <moiseev@mezonplus.ru> | 2023-12-09 17:49:20 +0300 |
---|---|---|
committer | moisseev <moiseev@mezonplus.ru> | 2023-12-09 17:49:20 +0300 |
commit | ee8bc8730e8e1f27a635bb6d3f54f7f449e2fd87 (patch) | |
tree | e333a8b7b1855ced124d7a6811248b9ef436af3f /.stylelintrc.json | |
parent | 886d295970e2d7baeb36b510c9e4c2ae69448b46 (diff) | |
download | rspamd-ee8bc8730e8e1f27a635bb6d3f54f7f449e2fd87.tar.gz rspamd-ee8bc8730e8e1f27a635bb6d3f54f7f449e2fd87.zip |
[Test] Remove deprecated Stylelint rule
Diffstat (limited to '.stylelintrc.json')
-rw-r--r-- | .stylelintrc.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.stylelintrc.json b/.stylelintrc.json index 6fd1323b9..f1e63b178 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -20,7 +20,6 @@ "color-hex-length": null, "comment-empty-line-before": null, "media-feature-range-notation": "prefix", - "number-leading-zero": null, "property-no-vendor-prefix": null, "rule-empty-line-before": null, "value-no-vendor-prefix": null |