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 2.8.0 to 2.9.0

5

CHANGELOG.md

@@ -0,1 +1,5 @@

### Version 2.9.0 (2017-11-26)
- Added: The [implicit-arrow-linebreak] rule.
### Version 2.8.0 (2017-11-19)

@@ -145,2 +149,3 @@

[function-paren-newline]: https://eslint.org/docs/rules/function-paren-newline
[implicit-arrow-linebreak]: https://eslint.org/docs/rules/implicit-arrow-linebreak
[indent-legacy]: https://eslint.org/docs/rules/indent-legacy

@@ -147,0 +152,0 @@ [lines-around-comment-special]: https://github.com/prettier/eslint-config-prettier/blob/5399175c37466747aae9d407021dffec2c169c8b/README.md#lines-around-comment

1

index.js

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

"generator-star-spacing": "off",
"implicit-arrow-linebreak": "off",
indent: "off",

@@ -36,0 +37,0 @@ "indent-legacy": "off",

6

package.json
{
"name": "eslint-config-prettier",
"version": "2.8.0",
"version": "2.9.0",
"license": "MIT",

@@ -39,7 +39,7 @@ "author": "Simon Lydell",

"dedent": "^0.7.0",
"eslint": "^4.11.0",
"eslint": "^4.12.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.5.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",

@@ -46,0 +46,0 @@ "prettier": "^1.8.2",

@@ -449,6 +449,6 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis]

- ESLint 4.11.0 (eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x)
- ESLint 4.12.0 (eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x)
- prettier 1.8.2
- eslint-plugin-flowtype 2.39.1
- eslint-plugin-react 7.5.0
- eslint-plugin-react 7.5.1
- eslint-plugin-standard 3.0.1

@@ -455,0 +455,0 @@

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