eslint-plugin-for-wtools
Advanced tools
Comparing version 0.3.20 to 0.3.21
{ | ||
"name" : "eslint-plugin-for-wtools", | ||
"version" : "0.3.20", | ||
"version" : "0.3.21", | ||
"description" : "Extends rule `space-in-parens` of `eslint`. Implement exception for single argument call case.", | ||
@@ -5,0 +5,0 @@ "author" : "Kostiantyn Wandalen <wanalen@01.school>", |
@@ -6,6 +6,14 @@ | ||
## Try out | ||
## Try out from the repository | ||
``` | ||
git clone https://github.com/Wandalen/eslint-plugin-for-wtools | ||
cd eslint-plugin-for-wtools | ||
npm install | ||
node sample/Sample.s | ||
``` | ||
## To add to your project | ||
``` | ||
npm add 'eslint-plugin-for-wtools@alpha' | ||
``` | ||
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
16443
19