Add JavaScript rule for semi colons

While I personally prefer the "never" option for this rule, we haven't
discussed which guideline to follow, so for now I'm applying the rule
CoffeeScript used when generating these files.
This commit is contained in:
Javi Martín
2019-07-02 16:57:15 +02:00
parent 86c9f53c2d
commit 9185c0bcc6

View File

@@ -49,6 +49,9 @@ rules:
- error - error
- double - double
- avoidEscape: true - avoidEscape: true
semi:
- error
- always
semi-spacing: error semi-spacing: error
space-before-blocks: error space-before-blocks: error
space-before-function-paren: space-before-function-paren: