mirror of
https://github.com/brendan-ch/todo-tracker-obsidian.git
synced 2026-04-16 23:00:32 +00:00
10 lines
229 B
JSON
10 lines
229 B
JSON
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"at-rule-disallowed-list": ["import"],
|
|
"function-url-no-scheme-relative": true,
|
|
"function-url-scheme-allowed-list": ["data"],
|
|
"declaration-no-important": true
|
|
}
|
|
}
|