Browse Source

style: disable no-empty-source stylelint rune

renovate/lint-staged-8.x
Tom Kirkpatrick 7 years ago
parent
commit
f3bf89974b
No known key found for this signature in database GPG Key ID: 72203A8EC5967EA8
  1. 3
      .stylelintrc

3
.stylelintrc

@ -1,6 +1,7 @@
{
"extends": "stylelint-config-standard",
"rules": {
"no-descending-specificity": null
"no-descending-specificity": null,
"no-empty-source": null
}
}

Loading…
Cancel
Save