Skip to content

Commit

Permalink
Build: update grunt file for .jscsrc
Browse files Browse the repository at this point in the history
Closes gh-1589
  • Loading branch information
arschmitz committed Sep 11, 2015
1 parent 5053f4a commit ffcb27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ grunt.initConfig({
jscs: {
all: {
options: {
config: ".jscsrc"
config: true
},
files: {
src: [ "demos/**/*.js", "build/**/*.js", "tests/**/*.js", "ui/**/*.js" ]
Expand Down

0 comments on commit ffcb27c

Please sign in to comment.