diff options
| author | Igor Minar | 2014-02-28 16:43:23 -0800 | 
|---|---|---|
| committer | Igor Minar | 2014-02-28 16:47:21 -0800 | 
| commit | d3fbc25be21719e76907cacfcb0291788c79adc2 (patch) | |
| tree | 496a8aac6a44bf61d2d44fd65fdc22b82c80ff76 /.jscs.json | |
| parent | 0d034a98ec4ef1e0c3c1727e23d1ccd971ae74e6 (diff) | |
| download | angular.js-d3fbc25be21719e76907cacfcb0291788c79adc2.tar.bz2 | |
style: enable jscs requireRightStickedOperators rule
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": ["!"]  }  | 
