Socket
Socket
Sign inDemoInstall

eslint-config-prettier

Package Overview
Dependencies
1
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.0 to 2.1.1

4

CHANGELOG.md

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

### Version 2.1.1 (2017-05-20)
- No code changes. Just updates to the readme.
### Version 2.1.0 (2017-05-13)

@@ -2,0 +6,0 @@

8

package.json
{
"name": "eslint-config-prettier",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",

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

"eslint-config-google": "^0.7.1",
"eslint-plugin-flowtype": "^2.32.1",
"eslint-plugin-prettier": "^2.0.1",
"eslint-plugin-react": "^7.0.0",
"eslint-plugin-flowtype": "^2.33.0",
"eslint-plugin-prettier": "^2.1.1",
"eslint-plugin-react": "^7.0.1",
"prettier": "^1.3.1",

@@ -44,0 +44,0 @@ "rimraf": "^2.6.1"

@@ -8,9 +8,8 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis]

Intended to be used together with [eslint-plugin-prettier].
## Installation
First, install [eslint-plugin-prettier]. Follow the instructions over there.
Tip: First, you might be interested in installing [eslint-plugin-prettier].
Follow the instructions over there. This is optional, though.
Then, install eslint-config-prettier:
Install eslint-config-prettier:

@@ -21,3 +20,3 @@ ```

Finally, add eslint-config-prettier to the "extends" array in your `.eslintrc.*`
Then, add eslint-config-prettier to the "extends" array in your `.eslintrc.*`
file. Make sure to put it **last,** so it gets the chance to override other

@@ -328,4 +327,4 @@ configs.

- prettier 1.3.1
- eslint-plugin-flowtype 2.32.1
- eslint-plugin-react 7.0.0
- eslint-plugin-flowtype 2.33.0
- eslint-plugin-react 7.0.1

@@ -397,3 +396,3 @@ Have new rules been added since those versions? Have we missed any rules? Is

[eslint-plugin-flowtype]: https://github.com/gajus/eslint-plugin-flowtype
[eslint-plugin-prettier]: https://github.com/not-an-aardvark/eslint-plugin-prettier
[eslint-plugin-prettier]: https://github.com/prettier/eslint-plugin-prettier
[eslint-plugin-react]: https://github.com/yannickcr/eslint-plugin-react

@@ -400,0 +399,0 @@ [max-len]: http://eslint.org/docs/rules/max-len

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc