mirror of
/repos/Prototyper.git
synced 2025-12-30 06:31:32 +01:00
relax on semicolons
This commit is contained in:
parent
b9dc4d8280
commit
14b26a2ba2
@ -34,7 +34,7 @@
|
||||
"maxlen" : false, // {int} Max number of characters per line
|
||||
|
||||
// Relaxing
|
||||
"asi" : false, // true: Tolerate Automatic Semicolon Insertion (no semicolons)
|
||||
"asi" : true, // true: Tolerate Automatic Semicolon Insertion (no semicolons)
|
||||
"boss" : false, // true: Tolerate assignments where comparisons would be expected
|
||||
"debug" : false, // true: Allow debugger statements e.g. browser breakpoints.
|
||||
"eqnull" : true, // true: Tolerate use of `== null`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user