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 4.1.0 to 4.2.0

1

@typescript-eslint.js

@@ -7,4 +7,5 @@ "use strict";

"@typescript-eslint/member-delimiter-style": "off",
"@typescript-eslint/no-extra-parens": "off",
"@typescript-eslint/type-annotation-spacing": "off"
}
};

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

### Version 4.2.0 (2019-04-25)
- Added: [@typescript-eslint/no-extra-parens]. Thanks to Keiichiro Amemiya
(@Hoishin) and Jen Gorfine (@jgorfine)!
### Version 4.1.0 (2019-02-26)

@@ -216,2 +221,3 @@

[@typescript-eslint/eslint-plugin]: https://github.com/typescript-eslint/typescript-eslint
[@typescript-eslint/no-extra-parens]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/no-extra-parens.md
[ESLint 4.0.0]: https://eslint.org/blog/2017/06/eslint-v4.0.0-released

@@ -218,0 +224,0 @@ [ESLint 4.6.0]: https://eslint.org/blog/2017/09/eslint-v4.6.0-released

20

package.json
{
"name": "eslint-config-prettier",
"version": "4.1.0",
"version": "4.2.0",
"license": "MIT",

@@ -41,21 +41,21 @@ "author": "Simon Lydell",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "1.4.2",
"@typescript-eslint/parser": "1.4.2",
"@typescript-eslint/eslint-plugin": "1.7.0",
"@typescript-eslint/parser": "1.7.0",
"babel-eslint": "10.0.1",
"cross-spawn": "6.0.5",
"doctoc": "1.4.0",
"eslint": "5.14.1",
"eslint": "5.16.0",
"eslint-config-google": "0.12.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "3.4.2",
"eslint-plugin-flowtype": "3.6.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-standard": "4.0.0",
"eslint-plugin-unicorn": "7.1.0",
"eslint-plugin-unicorn": "8.0.2",
"eslint-plugin-vue": "github:vuejs/eslint-plugin-vue#9c49dcc8ff792ec6798037bd6b7f4ac3d26fdf68",
"jest": "24.1.0",
"prettier": "1.16.4",
"replace": "1.0.1",
"jest": "24.7.1",
"prettier": "1.17.0",
"replace": "1.1.0",
"rimraf": "2.6.3",
"typescript": "3.3.3333"
"typescript": "3.4.5"
},

@@ -62,0 +62,0 @@ "peerDependencies": {

@@ -767,12 +767,12 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis]

- ESLint 5.14.1
- ESLint 5.16.0
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
- prettier 1.16.4
- @typescript-eslint/eslint-plugin 1.4.2
- prettier 1.17.0
- @typescript-eslint/eslint-plugin 1.7.0
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 3.4.2
- eslint-plugin-flowtype 3.6.1
- eslint-plugin-react 7.12.4
- eslint-plugin-standard 4.0.0
- eslint-plugin-unicorn 7.1.0
- eslint-plugin-unicorn 8.0.2
- eslint-plugin-vue 5.1.0

@@ -779,0 +779,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