1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

relax on semicolons

This commit is contained in:
Aiko Mastboom 2020-03-20 11:31:03 +01:00
parent b9dc4d8280
commit 14b26a2ba2

View File

@ -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`