[eslint] remove exception for semi

This commit is contained in:
spalger
2017-06-14 19:08:41 -07:00
parent d63a37dd42
commit ccf333ad9f

View File

@ -2,7 +2,6 @@
extends: "@elastic/eslint-config-kibana"
rules:
semi: warn
one-var: warn
new-cap: warn
space-unary-ops: warn