Make /*jshint -W024*/ global to allow 'static' as property
[lhc/web/wiklou.git] / .jshintrc
index 441c4e3..518d5cb 100644 (file)
--- a/.jshintrc
+++ b/.jshintrc
@@ -15,6 +15,7 @@
        // Relaxing
        "laxbreak": true,
        "multistr": true,
+       "-W024": false,
 
        // Environment
        "browser": true,