diff options
Diffstat (limited to 'MLEB/Translate/.jshintrc')
-rw-r--r-- | MLEB/Translate/.jshintrc | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/MLEB/Translate/.jshintrc b/MLEB/Translate/.jshintrc deleted file mode 100644 index d7649a35..00000000 --- a/MLEB/Translate/.jshintrc +++ /dev/null @@ -1,29 +0,0 @@ -{ - "camelcase": true, - "curly": true, - "eqeqeq": true, - "immed": true, - "latedef": true, - "newcap": true, - "noarg": true, - "noempty": true, - "nonew": true, - "quotmark": "single", - "trailing": true, - "undef": true, - "unused": true, - "onevar": true, - "bitwise": true, - "forin": false, - "regexp": false, - "strict": true, - "laxbreak": true, - "smarttabs": true, - "multistr": true, - "browser": true, - "predef": [ - "mediaWiki", - "jQuery", - "QUnit" - ] -} |