mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
13 lines
360 B
Plaintext
13 lines
360 B
Plaintext
{
|
|
"customSyntax": "postcss-styled-syntax",
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"declaration-empty-line-before": null,
|
|
"media-query-no-invalid": null,
|
|
"media-feature-range-notation": null,
|
|
"no-empty-source": null,
|
|
"color-function-notation": null,
|
|
"alpha-value-notation": null
|
|
}
|
|
}
|