plyr/.stylelintrc.json
2017-10-27 15:06:16 +11:00

8 lines
160 B
JSON

{
"extends": ["stylelint-config-standard", "stylelint-config-prettier"],
"rules": {
"indentation": 4,
"string-quotes": "single"
}
}