Selaa lähdekoodia

Update jshint config

achrafbenyounes 10 vuotta sitten
vanhempi
commit
b1a0dfa7bd
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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: {