diff options
Diffstat (limited to 'MLEB/Translate/.jshintrc')
-rw-r--r-- | MLEB/Translate/.jshintrc | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/MLEB/Translate/.jshintrc b/MLEB/Translate/.jshintrc new file mode 100644 index 00000000..d7649a35 --- /dev/null +++ b/MLEB/Translate/.jshintrc @@ -0,0 +1,29 @@ +{ + "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" + ] +} |