flowbite-datepicker-1.3.0
Version:
A Tailwind CSS powered datepicker built with vanilla JavaScript and Flowbite
13 lines (12 loc) • 333 B
Plain Text
{
"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/**"]
}