@fizzyflow/suisql
Version:
SuiSQL is a library and set of tools for working with decentralized SQL databases on the Sui blockchain and Walrus protocol.
21 lines (20 loc) • 445 B
Plain Text
{
"plugins": ["stylelint-order", "stylelint-prettier"],
"extends": [
"stylelint-config-recommended",
"stylelint-config-sass-guidelines"
],
"overrides": [
{
"files": ["**/*.scss"],
"customSyntax": "postcss-scss"
}
],
"rules": {
"prettier/prettier": true,
"no-descending-specificity": null,
"max-nesting-depth": 2,
"selector-max-id": 1,
"order/properties-alphabetical-order": true
}
}