ohif-viewer/platform/ui/.stylelintrc.json
2020-05-15 12:19:05 +01:00

7 lines
108 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"declaration-empty-line-before": "never"
}
}