Skip to content

Commit

Permalink
removes semicolon checks
Browse files Browse the repository at this point in the history
  • Loading branch information
tansaku committed Nov 13, 2015
1 parent 5662594 commit 0ddeadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"varstmt" : false, // true: Disallow any var statements. Only `let` and `const` are allowed.

// 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" : false, // true: Tolerate use of `== null`
Expand Down

0 comments on commit 0ddeadc

Please sign in to comment.