diff options
Diffstat (limited to '.jscs.json')
| -rw-r--r-- | .jscs.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,5 @@ { "disallowKeywords": ["with"], - "disallowTrailingWhitespace": true + "disallowTrailingWhitespace": true, + "requireRightStickedOperators": ["!"] } |
