ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit d15ce11df88cdde151c78eb94040c935b91c66a5
parent 58cf8f88116f870e202e7e5fd6b7a19b13670fef
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Tue, 23 Sep 2014 13:00:40 +0400

Update JSHint settings

Diffstat:
M.jshintrc | 15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/.jshintrc b/.jshintrc @@ -1,7 +1,19 @@ { + "camelcase": true, + "immed": true, + "indent": 2, + "latedef": true, + "newcap": true, + "quotmark": "single", + + "esnext": true, "globalstrict": true, + + "browser": true, + "node": true, + "globals": { "require": false, "__dirname": false } -} -\ No newline at end of file +}