File: /home/frenchy/www/french-american.org/releases/20210421135930Z/.stylelintrc
{
"extends": [
"stylelint-config-standard",
"stylelint-config-recess-order"
],
"plugins": [
"stylelint-no-px"
],
"rules": {
"no-descending-specificity": null,
"number-leading-zero": "never",
"no-eol-whitespace": [
true,
{
"ignore": [
"empty-lines"
]
}
],
"at-rule-empty-line-before": [
"always",
{
"ignore": [
"inside-block",
"blockless-after-same-name-blockless",
"blockless-after-blockless"
]
}
],
"meowtec/no-px": [
true,
{
"ignore": [
"1px",
"$seize",
"$base-font-size",
"$grid-breakpoints"
],
"ignoreFunctions": [
"rem",
"#{rem"
]
}
],
"at-rule-no-unknown": [
true,
{
"ignoreAtRules": [
"extend",
"at-root",
"debug",
"warn",
"error",
"if",
"else",
"for",
"each",
"while",
"mixin",
"include",
"content",
"return",
"function"
]
}
],
"selector-type-no-unknown": [
true,
{
"ignoreTypes": [
"ngx-smart-modal",
"ngx-tab",
"ngx-datatable",
"datatable-header-cell",
"my-date-range-picker",
"my-date-picker",
"ng-select"
]
}
]
}
}