Skip to content

Commit ffcb27c

Browse files
committed
Build: update grunt file for .jscsrc
Closes jquerygh-1589
1 parent 5053f4a commit ffcb27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ grunt.initConfig({
138138
jscs: {
139139
all: {
140140
options: {
141-
config: ".jscsrc"
141+
config: true
142142
},
143143
files: {
144144
src: [ "demos/**/*.js", "build/**/*.js", "tests/**/*.js", "ui/**/*.js" ]

0 commit comments

Comments
 (0)