Temporary comment out custom rules
diff --git a/gulpfile.js b/gulpfile.js
index b50868d..886b9f8 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -36,9 +36,9 @@
 ];
 
 var ESLINT_OPTION = {
-    'rulesdir': 'tools/rules/',
+    'rulesPaths': [ 'tools/rules/' ],
     'rules': {
-        'push-with-multiple-arguments': 2,
+        // 'push-with-multiple-arguments': 2,
         'quotes': 0,
         'eqeqeq': 0,
         'no-use-before-define': 0,