portfolio/.stylelintrc

13 lines
244 B
Plaintext

{
"extends": [
"stylelint-config-standard",
"stylelint-config-css-modules",
"./node_modules/prettier-stylelint/config.js"
],
"syntax": "scss",
"rules": {
"indentation": 4,
"no-descending-specificity": null
}
}