mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-02-06 05:40:09 +00:00
20 lines
318 B
Text
20 lines
318 B
Text
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"at-rule-no-unknown": [
|
|
true,
|
|
{
|
|
"ignoreAtRules": [
|
|
"/regex/",
|
|
"function",
|
|
"if",
|
|
"each",
|
|
"include",
|
|
"mixin",
|
|
"return",
|
|
"extend"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|