1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-29 00:57:41 +02:00
portfolio/.stylelintrc

13 lines
241 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-05-22 22:17:51 +02:00
"number-leading-zero": "never"
2018-03-18 20:39:18 +01:00
}
}