ampache_react/.stylelintrc

8 lines
127 B
Plaintext
Raw Normal View History

2016-07-25 23:22:44 +02:00
{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
},
"defaultSeverity": "error"
}