Explorar el Código

chore(Gruntfile.js): fix jscs task

Estevão Soares dos Santos hace 10 años
padre
commit
9c29f62fb3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      Gruntfile.js

+ 3 - 1
Gruntfile.js

@@ -44,7 +44,9 @@ module.exports = function (grunt) {
     jscs: {
       options: {
         config: '.jscs.json',
-        files: [
+      },
+      files:  {
+        src: [
           'Gruntfile.js',
           'src/**/*.js',
           'test/**/*.js'