Enfoce no more than two consecutive empty lines.

This commit is contained in:
Jordan Eldredge 2017-01-16 20:44:24 -08:00
parent cde7f3f5b0
commit 754c58e5fd

View file

@ -23,6 +23,7 @@
},
"rules": {
"no-multiple-empty-lines": ["error", {"max": 2, "maxEOF": 0, "maxBOF": 0}],
"arrow-body-style": ["error", "as-needed"],
"arrow-parens": "error",
"arrow-spacing": "error",