-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[[FIX]] Prevent regression in
enforceall
Ensure that a recent change to option organization does not effect the behavior of the `enforceall` option. Update the documentation to more accurately describe the behavior of `enforceall`.
- Loading branch information
1 parent
e47168f
commit 6afcde4
Showing
2 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
var someVar = obj[ "key" ] || 0 | ||
var someVar = obj[ "key" ] || 0 | ||
|
||
function f() { | ||
function g() { | ||
|
||
} | ||
} |