ampache_react/.stylelintrc

8 lines
126 B
Plaintext
Raw Normal View History

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