eslint-plugin-prefer-arrow
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "eslint-plugin-prefer-arrow", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Prefer arrow functions in most cases", | ||
@@ -16,7 +16,12 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"eslint": ">=0.8.0" | ||
"eslint": "^2.0.0 || ^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.16.1" | ||
} | ||
"eslint": "^2.0.0 || ^3.0.0" | ||
}, | ||
"keywords": [ | ||
"eslint", | ||
"eslint-plugin", | ||
"es6" | ||
] | ||
} |
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
4968