Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit 103659e

Browse files
author
Rohit Mulange
committed
Build: Update jscs to version 2.0.0
1 parent 96318bb commit 103659e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"grunt-csscomb": "3.0.0",
5252
"grunt-git-authors": "2.0.0",
5353
"grunt-html": "1.6.0",
54-
"grunt-jscs": "0.6.2",
54+
"grunt-jscs": "2.0.0",
5555
"grunt-sass": "0.17.0",
5656
"grunt-selenium-server": "0.1.2",
5757
"grunt-svgmin": "2.0.0",

tasks/options/jscs.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
2-
all: [ "*.js", "performance/**/*.js", "scss/variables/**/*.js" ]
2+
all: [ "*.js", "performance/**/*.js", "scss/variables/**/*.js" ],
3+
options: {
4+
fix: true
5+
}
36
};

0 commit comments

Comments
 (0)