From 5310ac7d8eb1838a6297117bc7f9fca70291f46a Mon Sep 17 00:00:00 2001 From: Alex Tatiyants Date: Sun, 3 Jan 2016 17:17:48 -0800 Subject: initial commit --- .jshintrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .jshintrc (limited to '.jshintrc') diff --git a/.jshintrc b/.jshintrc new file mode 100644 index 0000000..0f847e2 --- /dev/null +++ b/.jshintrc @@ -0,0 +1,25 @@ +{ + "bitwise": true, + "immed": true, + "newcap": true, + "noarg": true, + "noempty": true, + "nonew": true, + "trailing": true, + "maxlen": 200, + "boss": true, + "eqnull": true, + "expr": true, + "globalstrict": true, + "laxbreak": true, + "loopfunc": true, + "sub": true, + "undef": true, + "indent": 2, + "unused": true, + + "node": true, + "globals": { + "System": true + } +} -- cgit v1.2.3