зеркало из https://github.com/mozilla/fxa.git
46 строки
902 B
Plaintext
Executable File
46 строки
902 B
Plaintext
Executable File
{
|
|
"extends": [
|
|
"stylelint-config-prettier",
|
|
"stylelint-config-recommended-scss"
|
|
],
|
|
"ignoreFiles": [
|
|
"../packages/**/tailwind.out.scss"
|
|
],
|
|
"rules": {
|
|
"declaration-empty-line-before": "never",
|
|
"no-descending-specificity": null,
|
|
"selector-max-id": [
|
|
2,
|
|
{
|
|
"message": "Using ID selectors is discouraged",
|
|
"severity": "warning"
|
|
}
|
|
],
|
|
|
|
"scss/at-extend-no-missing-placeholder": null,
|
|
"scss/at-import-partial-extension": null,
|
|
"scss/at-rule-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreAtRules": [
|
|
"at-root",
|
|
"each",
|
|
"else",
|
|
"error",
|
|
"extend",
|
|
"function",
|
|
"if",
|
|
"include",
|
|
"layer",
|
|
"mixin",
|
|
"responsive",
|
|
"return",
|
|
"screen",
|
|
"tailwind",
|
|
"use"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|