mirror of
https://github.com/Gioni06/terminal.css
synced 2025-03-06 22:59:03 -05:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"value-keyword-case": ["lower", {
|
|
"ignoreKeywords": ["Menlo", "Monaco", "Console", "Lucida", "Consolas", "Courier", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Vera"]
|
|
}]
|
|
}
|
|
} |