diff --git a/.jshintrc b/.jshintrc deleted file mode 100644 index 4091085..0000000 --- a/.jshintrc +++ /dev/null @@ -1,21 +0,0 @@ -{ - "boss": true, - "curly": true, - "eqeqeq": true, - "eqnull": true, - "expr": true, - "immed": true, - "noarg": true, - "onevar": true, - "quotmark": "double", - "smarttabs": true, - "trailing": true, - "undef": true, - "unused": false, - "browser": true, - "node": true, - "sub": true, - "globals": { - "module": true - } -}