diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index c851b70..0000000 --- a/.jshintrc +++ /dev/null @@ -1,13 +0,0 @@ -{ - "indent": 4, - "undef": true, - "unused": true, - "globalstrict": false, - "-W053": true, - "globals": { - "module": false, - "define": false, - "require": false, - "window": false - } -} \ No newline at end of file diff --git a/gruntfile.js b/gruntfile.js index e5e3e70..41c1610 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -24,8 +24,7 @@ module.exports = function (grunt) { './editor/*.js', './src/**/*.js', './test/suites/*.js', - './test/*.js', - //'./tracks/**/*.js' + './test/*.js' ] },