This repository has been archived on 2026-01-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
plyr/.stylelintrc.json
T
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"
}
}