papercss/.stylelintrc.json

7 lines
86 B
JSON
Raw Normal View History

2018-01-03 23:43:11 +01:00
{
"extends": "stylelint-config-standard",
"plugins": [
"stylelint-scss"
]
}