UNPKG

vanillajs-datepicker

Version:

A vanilla JavaScript remake of bootstrap-datepicker for Bulma and other CSS frameworks

16 lines (15 loc) 374 B
{ "extends": [ "stylelint-config-sass-guidelines", "stylelint-config-concentric-order" ], "plugins": [ "stylelint-scss" ], "rules": { "max-nesting-depth": 5, "selector-no-qualifying-type": [true, {"ignore": ["attribute", "class"]}], "order/properties-alphabetical-order": null }, "ignoreFiles": ["dist/**", "node_modules", "refs/**"] }