Socket
Socket
Sign inDemoInstall

eslint-config-prettier

Package Overview
Dependencies
89
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.2.0

6

CHANGELOG.md

@@ -0,1 +1,6 @@

### Version 1.2.0 (2017-02-14)
- Added: The [one-var-declaration-per-line] rule. Thanks to Ruben Oostinga
(@0xR)!
### Version 1.1.1 (2017-02-12)

@@ -32,1 +37,2 @@

[eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react
[one-var-declaration-per-line]: http://eslint.org/docs/rules/one-var-declaration-per-line

1

index.js

@@ -42,2 +42,3 @@ "use strict";

"object-property-newline": "off",
"one-var-declaration-per-line": "off",
"operator-linebreak": "off",

@@ -44,0 +45,0 @@ "padded-blocks": "off",

2

package.json
{
"name": "eslint-config-prettier",
"version": "1.1.1",
"version": "1.2.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Simon Lydell",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc