The beauty of JavaScript Standard Style is that it's simple. No one wants to maintain multiple hundred-line style configuration files for every module/project they work on.
This module saves you time in two ways:
Rules
(
, [
, or `
if (condition) { ... }
function name (arg) { ... }
===
instead of ==
– but obj == null
is allowed to check null || undefined
.err
function parameterwindow
– except document
and navigator
are okayopen
, length
, event
, and name
.standard
a try today!