We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fd19db + 80fae55 commit 9b195d6Copy full SHA for 9b195d6
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Head
2
+
3
+* Added: `block-no-empty` rule.
4
5
# 0.1.0
6
7
* Initial release
index.js
@@ -6,6 +6,7 @@ module.exports = {
"block-closing-brace-newline-after": "always",
"block-closing-brace-newline-before": "always-multi-line",
8
"block-closing-brace-space-before": "always-single-line",
9
+ "block-no-empty": true,
10
"block-opening-brace-newline-after": "always-multi-line",
11
"block-opening-brace-space-after": "always-single-line",
12
"block-opening-brace-space-before": "always",
0 commit comments