Bugzilla – Attachment 141183 Details for
Bug 31528
Replace scss-lint configuration with one for stylelint
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31528: (follow-up) A few additional rules
Bug-31528-follow-up-A-few-additional-rules.patch (text/plain), 1.51 KB, created by
Katrin Fischer
on 2022-10-01 19:37:59 UTC
(
hide
)
Description:
Bug 31528: (follow-up) A few additional rules
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-01 19:37:59 UTC
Size:
1.51 KB
patch
obsolete
>From 04dbc708a46221bf767562bfcf5c7055da619a50 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 8 Sep 2022 12:37:25 +0000 >Subject: [PATCH] Bug 31528: (follow-up) A few additional rules > >Adding a few more rules which came up during the correction process in >the follow-up bug. > >Signed-off-by: David Nind <david@davidnind.com> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .stylelintrc.json | 5 +++++ > 1 file changed, 5 insertions(+) > >diff --git a/.stylelintrc.json b/.stylelintrc.json >index 769ac5daa9..5bf3054b66 100644 >--- a/.stylelintrc.json >+++ b/.stylelintrc.json >@@ -5,9 +5,11 @@ > ], > "rules": { > "alpha-value-notation": null, >+ "color-function-notation": "legacy", > "color-hex-case": "upper", > "color-hex-length": null, > "color-named": "never", >+ "declaration-colon-newline-after": null, > "declaration-colon-space-after": "always", > "declaration-no-important": true, > "function-parentheses-space-inside": "always", >@@ -17,8 +19,11 @@ > "media-feature-parentheses-space-inside": "always", > "no-descending-specificity": null, > "no-duplicate-selectors": true, >+ "no-invalid-position-at-import-rule": null, > "number-leading-zero": "never", > "order/properties-alphabetical-order": true, >+ "scss/dollar-variable-pattern": null, >+ "scss/no-global-function-names": null, > "selector-class-pattern": null, > "selector-id-pattern": null, > "selector-no-qualifying-type": null, >-- >2.30.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 31528
:
140288
|
140316
|
140336
|
140339
|
140500
|
140501
|
141182
| 141183 |
141260