portfolio/.stylelintrc

13 lines
244 B
Plaintext
Raw Normal View History

2018-03-18 20:39:18 +01:00
{
"extends": [
2018-05-13 02:20:07 +02:00
"stylelint-config-standard",
2018-06-12 00:03:01 +02:00
"stylelint-config-css-modules",
2018-05-13 02:20:07 +02:00
"./node_modules/prettier-stylelint/config.js"
2018-03-18 20:39:18 +01:00
],
"syntax": "scss",
"rules": {
"indentation": 4,
2018-11-24 17:36:16 +01:00
"no-descending-specificity": null
2018-03-18 20:39:18 +01:00
}
}