Browse Source

chore(Gruntfile.js): fix jscs task

Estevão Soares dos Santos 10 năm trước cách đây
mục cha
commit
9c29f62fb3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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'