mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2026-01-31 06:40:58 +03:00
Wifi UI update
This commit is contained in:
24
components/wifi-manager/webapp/config/.stylelintrc
Normal file
24
components/wifi-manager/webapp/config/.stylelintrc
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"extends": "stylelint-config-standard",
|
||||
"rules": {
|
||||
"no-duplicate-selectors": true,
|
||||
"indentation": null,
|
||||
"color-hex-case": "lower",
|
||||
"color-hex-length": "long",
|
||||
"selector-combinator-space-after": "never",
|
||||
"declaration-block-trailing-semicolon": "always",
|
||||
"declaration-colon-space-before": "never",
|
||||
"declaration-colon-newline-after": null,
|
||||
"comment-whitespace-inside": "always",
|
||||
"comment-empty-line-before": null,
|
||||
"selector-pseudo-class-parentheses-space-inside": "always",
|
||||
"selector-list-comma-newline-after": null,
|
||||
"media-feature-range-operator-space-before": "always",
|
||||
"media-feature-range-operator-space-after": "always",
|
||||
"media-feature-parentheses-space-inside": "always",
|
||||
"media-feature-colon-space-before": "always",
|
||||
"media-feature-colon-space-after": "always",
|
||||
"no-eol-whitespace": null,
|
||||
"no-missing-end-of-source-newline": null,
|
||||
"number-leading-zero": "never" }
|
||||
}
|
||||
Reference in New Issue
Block a user