grunt-jscs-checker
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "grunt-jscs-checker", | ||
"description": "Grunt task for checking JavaScript Code Style with jscs.", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Gustavo Henke <gustavo@injoin.com.br>", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -34,3 +34,3 @@ # grunt-jscs-checker | ||
Type: `String` | ||
Default value: `.jscsrc` | ||
Default value: `null` | ||
@@ -50,4 +50,2 @@ The path to the jscs configuration file. The JSCS config loader will be used to find this file; for reference, [see here](https://github.com/mdevils/node-jscs#--config). | ||
__Warning:__ the default value will be changed to `null` when grunt-jscs-checker reaches v0.5.0. | ||
#### force | ||
@@ -54,0 +52,0 @@ Type: `Boolean` |
12741
92