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 6.6.0 to 6.7.0

1

@typescript-eslint.js

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

"@typescript-eslint/semi": "off",
"@typescript-eslint/space-before-function-paren": "off",
"@typescript-eslint/type-annotation-spacing": "off"
}
};

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

### Version 6.7.0 (2019-11-19)
- Added: [@typescript-eslint/space-before-function-paren]. Thanks to Masafumi
Koba (@ybiquitous)!
### Version 6.6.0 (2019-11-17)

@@ -326,2 +331,3 @@

[@typescript-eslint/semi]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/semi.md
[@typescript-eslint/space-before-function-paren]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-before-function-paren.md
[array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline

@@ -328,0 +334,0 @@ [array-element-newline]: https://eslint.org/docs/rules/array-element-newline

6

package.json
{
"name": "eslint-config-prettier",
"version": "6.6.0",
"version": "6.7.0",
"license": "MIT",

@@ -42,4 +42,4 @@ "author": "Simon Lydell",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.7.0",
"@typescript-eslint/parser": "2.7.0",
"@typescript-eslint/eslint-plugin": "2.8.0",
"@typescript-eslint/parser": "2.8.0",
"babel-eslint": "10.0.3",

@@ -46,0 +46,0 @@ "cross-spawn": "6.0.5",

@@ -801,3 +801,3 @@ # eslint-config-prettier [![Build Status][travis-badge]][travis]

- prettier 1.19.1
- @typescript-eslint/eslint-plugin 2.7.0
- @typescript-eslint/eslint-plugin 2.8.0
- eslint-plugin-babel 5.3.0

@@ -804,0 +804,0 @@ - eslint-plugin-flowtype 4.4.1

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