tools: enable space-after-keywords in eslint
authorBrendan Ashworth <brendan.ashworth@me.com>
Tue, 18 Aug 2015 23:33:11 +0000 (16:33 -0700)
committerBrendan Ashworth <brendan.ashworth@me.com>
Sun, 23 Aug 2015 01:01:53 +0000 (18:01 -0700)
commit96a2b2d54dfeaa96005527c6d6f9f99cf2cfa312
tree1107492f44497af749fab0828db42fba19b482a9
parent8af5962608311676a89a0d287cde8e97c9d37fcc
tools: enable space-after-keywords in eslint

Requires that you do:

  if (x) { ... }

Rather than:

  if(x) { ... }
.eslintrc