Browse Source

Update jshint config

achrafbenyounes 10 năm trước cách đây
mục cha
commit
b1a0dfa7bd
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Gruntfile.js

+ 2 - 1
Gruntfile.js

@@ -43,7 +43,8 @@ module.exports = function(grunt) {
                 'app/nodeControllers/*.js',
                 'app/public/scripts/*.js',
                 'phantomas_custom/**/*.js',
-                'test/**/*.js'
+                'test/**/*.js',
+                'front/src/js/**/*.js'
             ]
         },
         clean: {