diff options
| author | XhmikosR <[email protected]> | 2014-03-05 08:42:50 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-03-05 08:42:50 +0200 |
| commit | d7dc8a7bd3cecffb437c8491dbe93665d33bbb62 (patch) | |
| tree | 6c384b7559f621d186de4c1b60f3d80cb9cb3e73 /grunt | |
| parent | 10eb167e35f9047aa6b3c0e420467161a1bc4d2b (diff) | |
| parent | 22d004e332700e4867691896b9f6db954c2d7c12 (diff) | |
| download | bootstrap-d7dc8a7bd3cecffb437c8491dbe93665d33bbb62.tar.xz bootstrap-d7dc8a7bd3cecffb437c8491dbe93665d33bbb62.zip | |
Merge pull request #12853 from twbs/jscs
Switch to JSCS
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/.jshintrc | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc index 47dc88e0b..8d402b53c 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -1,15 +1,10 @@ { - "camelcase": true, - "curly": true, + "curly" : true, "eqeqeq": true, - "immed": true, - "indent": 2, "newcap": true, - "noarg": true, - "node": true, + "noarg" : true, + "node" : true, "nonbsp": true, - "quotmark": "single", "strict": true, - "trailing": true, - "undef": true + "undef" : true } |
