mirror of
https://github.com/FranP-code/spend-ia.git
synced 2025-10-13 00:14:09 +00:00
Initial commit 🚀
This commit is contained in:
13
.stylelintrc.json
Normal file
13
.stylelintrc.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"processors": ["stylelint-processor-styled-components"],
|
||||
"extends": ["stylelint-config-recommended", "stylelint-config-styled-components"],
|
||||
"plugins": ["stylelint-order"],
|
||||
"rules": {
|
||||
"font-family-no-missing-generic-family-keyword": null,
|
||||
"number-leading-zero": "always",
|
||||
"order/properties-alphabetical-order": true,
|
||||
"rule-empty-line-before": null,
|
||||
"string-quotes": "single",
|
||||
"no-descending-specificity": null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user