Comparing version 0.1.0 to 0.1.2
@@ -8,3 +8,3 @@ { | ||
"description": "javascript fix base on jshint", | ||
"version": "0.1.0", | ||
"version": "0.1.2", | ||
"main": "./lib/run.js", | ||
@@ -11,0 +11,0 @@ "bin": { |
##Usage | ||
Usage: fix Path [Filter] | ||
Usage: jsfix Path [Filter] | ||
Path File or Folder path to fix.' | ||
Filter Exclude FileName or FilePath or FolderName or FolderPath.' | ||
Path File or Folder path to fix. | ||
Filter Exclude FileName or FilePath or FolderName or FolderPath. | ||
Example | ||
> jsfix D:/project/test-folder test.js,folder-1 | ||
##Rule | ||
@@ -15,2 +18,4 @@ | ||
* Comment out the Console statement. | ||
* Use the isNaN function to compare with NaN. | ||
* Use the isNaN function to compare with NaN. | ||
* Add radix parameter for parseInt. | ||
* Escape something unescaped. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
177975
20