X-Git-Url: https://git.yukkurigames.com/?p=string-lerp.git;a=blobdiff_plain;f=tests%2Fjshint.config;fp=tests%2Fjshint.config;h=1cc8688caeca1ec6368f2c231df9a9e9c65ca334;hp=0000000000000000000000000000000000000000;hb=c66da5a020f5a229bc944b08e682636d1b3ecb98;hpb=c94dec1af72801e7e46c2e8fed3f09667f41d8e1 diff --git a/tests/jshint.config b/tests/jshint.config new file mode 100644 index 0000000..1cc8688 --- /dev/null +++ b/tests/jshint.config @@ -0,0 +1,10 @@ +{ + "camelcase": true, + "eqeqeq": true, + "indent": 4, + "latedef": true, + "nonew": true, + "trailing": true, + "undef": true, + "unused": "strict" +}