aboutsummaryrefslogtreecommitdiffstats
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 5cb98266a..fe6b588b2 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -138,7 +138,7 @@ grunt.initConfig({
jscs: {
all: {
options: {
- config: ".jscsrc"
+ config: true
},
files: {
src: [ "demos/**/*.js", "build/**/*.js", "tests/**/*.js", "ui/**/*.js" ]