Commit b76b9197 authored by Brendan Ashworth's avatar Brendan Ashworth Committed by Rod Vagg
Browse files

tools: enable space-after-keywords in eslint

Requires that you do:

  if (x) { ... }

Rather than:

  if(x) { ... }
parent 5df06fd8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment