X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=test%2Fjshint.config;fp=test%2Fjshint.config;h=0000000000000000000000000000000000000000;hp=3a5ca20848ac3b71efc2ab67020a75c1bb75a3e1;hb=ac47d3137a6a3dc618afe9bf1a6ca860e117942a;hpb=2854030a3f699188676f19ba16a5400c4976f23c diff --git a/test/jshint.config b/test/jshint.config deleted file mode 100644 index 3a5ca20..0000000 --- a/test/jshint.config +++ /dev/null @@ -1,34 +0,0 @@ -{ - "browser": true, - "laxbreak": true, - "globalstrict": true, - "validthis": true, - "devel": true, - "unused": "vars", - "camelcase": true, - "eqeqeq": true, - "latedef": true, - "nonew": true, - "undef": true, - "trailing": true, - "globals": { - "Event": false, - "Promise": false, - "Hammer": false, - "Buffer": false, - "gl": false, - "yf": false, - "yT": false, - "yuu": false, - "ystorage": false, - "mat4": false, - "vec3": false, - "vec2": false, - "quat": false, - "exports": false, - "module": false, - "process": false, - "require": false, - "escape": true - } -}