1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-28 16:47:41 +02:00
portfolio/.stylelintrc
2018-11-24 18:06:16 +01:00

14 lines
282 B
Plaintext

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