[eslint] remove exception for space-unary-ops

This commit is contained in:
spalger
2017-06-14 19:12:31 -07:00
parent f4e4cf7358
commit cd8c9aa7ff

View File

@ -2,7 +2,6 @@
extends: "@elastic/eslint-config-kibana"
rules:
space-unary-ops: warn
dot-notation: warn
quotes: warn
no-use-before-define: warn