Socket
Socket
Sign inDemoInstall

eslint-config-prettier

Package Overview
Dependencies
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-prettier - npm Package Compare versions

Comparing version 1.4.1 to 1.5.0

5

CHANGELOG.md

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

### Version 1.5.0 (2017-03-04)
- Added: The [nonblock-statement-body-position] rule.
### Version 1.4.1 (2017-02-28)

@@ -57,4 +61,5 @@

[no-confusing-arrow-special]: https://github.com/prettier/eslint-config-prettier/blob/08ac5bcc25c9cdc71864b4a1e4191e7d28dd2bc2/README.md#no-confusing-arrow
[nonblock-statement-body-position]: http://eslint.org/docs/rules/nonblock-statement-body-position
[one-var-declaration-per-line]: http://eslint.org/docs/rules/one-var-declaration-per-line
[prettier]: https://github.com/prettier
[template-tag-spacing]: http://eslint.org/docs/rules/template-tag-spacing

1

index.js

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

"no-wrap-func": "off",
"nonblock-statement-body-position": "off",
"object-curly-newline": "off",

@@ -49,0 +50,0 @@ "object-curly-spacing": "off",

6

package.json
{
"name": "eslint-config-prettier",
"version": "1.4.1",
"version": "1.5.0",
"license": "MIT",

@@ -37,3 +37,3 @@ "author": "Simon Lydell",

"dedent": "^0.7.0",
"eslint": "^3.16.1",
"eslint": "^3.17.0",
"eslint-config-google": "^0.7.1",

@@ -43,3 +43,3 @@ "eslint-plugin-flowtype": "^2.30.0",

"eslint-plugin-react": "^6.10.0",
"prettier": "^0.19.0",
"prettier": "^0.21.0",
"rimraf": "^2.6.1"

@@ -46,0 +46,0 @@ },

@@ -240,4 +240,4 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis]

- ESLint 3.16.1
- prettier 0.19.0
- ESLint 3.17.0
- prettier 0.21.0
- eslint-plugin-flowtype 2.30.0

@@ -314,5 +314,5 @@ - eslint-plugin-react 6.10.0

[no-mixed-operators]: http://eslint.org/docs/rules/no-mixed-operators
[prettier]: https://github.com/jlongster/prettier
[prettier]: https://github.com/prettier/prettier
[quotes]: http://eslint.org/docs/rules/quotes
[travis-badge]: https://travis-ci.org/prettier/eslint-config-prettier.svg?branch=master
[travis]: https://travis-ci.org/prettier/eslint-config-prettier
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