mirror of
https://github.com/darkings/Obsidian-MonokaiSyntax.git
synced 2026-07-22 04:40:26 +00:00
9 lines
207 B
JavaScript
9 lines
207 B
JavaScript
export default {
|
|
extends: ["stylelint-config-standard-scss"],
|
|
rules: {
|
|
"color-hex-length": "long",
|
|
"declaration-no-important": true,
|
|
"max-nesting-depth": 3,
|
|
"selector-max-id": 0,
|
|
},
|
|
};
|