eslint-plugin-prettier
Advanced tools
Comparing version 2.3.0 to 2.3.1
# Changelog | ||
## v2.3.1 (2017-09-18) | ||
* Fix: Guard against older prettier installation ([#56](https://github.com/prettier/eslint-plugin-prettier/issues/56)) ([8a115f9](https://github.com/prettier/eslint-plugin-prettier/commit/8a115f9cc57dc20c9fc5c2b942f1e4770a5d730e)) | ||
## v2.3.0 (2017-09-18) | ||
@@ -4,0 +8,0 @@ |
@@ -340,3 +340,3 @@ /** | ||
if (prettier) { | ||
if (prettier && prettier.clearConfigCache) { | ||
prettier.clearConfigCache(); | ||
@@ -343,0 +343,0 @@ } |
{ | ||
"name": "eslint-plugin-prettier", | ||
"version": "2.3.0", | ||
"version": "2.3.1", | ||
"description": "Runs prettier as an eslint rule", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
25007