eslint-template-visitor
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "eslint-template-visitor", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"main": "index.js", | ||
"license": "GPL-3.0-or-later OR MIT", | ||
"peerDependencies": { | ||
"eslint": "^5.13.0" | ||
"eslint": "^6.4.0" | ||
}, | ||
@@ -19,3 +19,3 @@ "devDependencies": { | ||
"reserved-words": "^0.1.2", | ||
"seedrandom": "^3.0.3", | ||
"seedrandom": "^3.0.5", | ||
"shift-codegen": "^6.0.0", | ||
@@ -26,3 +26,3 @@ "shift-fuzzer": "^1.0.2", | ||
"shift-scope": "^4.0.0", | ||
"sinon": "^7.4.2", | ||
"sinon": "^7.5.0", | ||
"xo": "^0.24.0" | ||
@@ -29,0 +29,0 @@ }, |
@@ -6,2 +6,12 @@ # ESLint Template Visitor | ||
## Install | ||
``` | ||
npm install eslint-template-visitor | ||
# or | ||
yarn add eslint-template-visitor | ||
``` | ||
## Showcase | ||
@@ -8,0 +18,0 @@ |
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
31840
193