second commit
This commit is contained in:
12
node_modules/flowbite-datepicker/.stylelintrc
generated
vendored
Normal file
12
node_modules/flowbite-datepicker/.stylelintrc
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": [
|
||||
"stylelint-config-sass-guidelines",
|
||||
"stylelint-config-concentric-order"
|
||||
],
|
||||
"rules": {
|
||||
"max-nesting-depth": 5,
|
||||
"selector-no-qualifying-type": [true, {"ignore": ["attribute", "class"]}],
|
||||
"order/properties-alphabetical-order": null
|
||||
},
|
||||
"ignoreFiles": ["dist/**", "node_modules", "refs/**"]
|
||||
}
|
Reference in New Issue
Block a user