tools: enable space-after-keywords in eslint
Requires that you do:
if (x) { ... }
Rather than:
if(x) { ... }
parent
5df06fd8
Please register or sign in to comment
Requires that you do:
if (x) { ... }
Rather than:
if(x) { ... }