Requires that a line comment (//
) be followed by a space.
Types: Boolean
, Object
or String
Values:
true
"allowSlash"
(deprecated use "allExcept": ["/"]
) allows ///
formatObject
:allExcept
: array of allowed strings before space //(here)
"requireSpaceAfterLineComment": { "allExcept": ["#", "="] }
// A comment
/*A comment*/
//# sourceURL=filename.js
//= require something
//A comment