diff options
Diffstat (limited to 'extensions/WikiEditor/.jshintrc')
-rw-r--r-- | extensions/WikiEditor/.jshintrc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/extensions/WikiEditor/.jshintrc b/extensions/WikiEditor/.jshintrc deleted file mode 100644 index 5d335e32..00000000 --- a/extensions/WikiEditor/.jshintrc +++ /dev/null @@ -1,33 +0,0 @@ -{ - /* Common */ - - // Enforcing - "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, - // Legacy - "onevar": true, - - /* Local */ - - // Relaxing - "loopfunc": true, - "multistr": true, - // Environment - "browser": true, - - "predef": [ - "mediaWiki", - "jQuery" - ] -} |