Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-prettier

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-prettier - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

4

CHANGELOG.md
# 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 @@

2

eslint-plugin-prettier.js

@@ -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": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc