mirror of
https://github.com/kremalicious/blowfish.git
synced 2024-11-15 09:35:14 +01:00
12 lines
224 B
Plaintext
12 lines
224 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"./node_modules/prettier-stylelint/config.js"
|
|
],
|
|
"rules": {
|
|
"indentation": 4,
|
|
"declaration-empty-line-before": null,
|
|
"number-leading-zero": "never"
|
|
}
|
|
}
|