Skip to content

Commit 3ebaa54

Browse files
committed
Exclude all min files for jscs, hint
1 parent 080753d commit 3ebaa54

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.jscsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"preset": "wordpress",
3-
"excludeFiles": [ "*.min.js" ],
3+
"excludeFiles": [ "**/*.min.js" ],
44
"fileExtensions": [ ".js" ]
55
}

.jshintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*.min.js
1+
**/*.min.js

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@
1818
"grunt": "~0.4.5",
1919
"grunt-contrib-concat": "~0.5.1",
2020
"grunt-contrib-imagemin": "~1.0.0",
21-
"grunt-contrib-jshint": "~0.10.0",
22-
"jshint-stylish": "~2.1.0",
21+
"grunt-contrib-jshint": "^0.10.0",
2322
"grunt-contrib-uglify": "~0.11.0",
2423
"grunt-contrib-watch": "~0.6.1",
2524
"grunt-jscs": "~2.3.0",
26-
"grunt-jsonlint": "~1.0.6",
25+
"grunt-jsonlint": "^1.0.6",
2726
"grunt-jsvalidate": "~0.2.2",
2827
"grunt-lineending": "~0.2.4",
2928
"grunt-newer": "~1.1.1",
29+
"jshint-stylish": "~2.1.0",
3030
"load-grunt-tasks": "~3.3.0",
3131
"lodash": "~3.10.1"
3232
}

0 commit comments

Comments
 (0)