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.14.0 to 6.15.0

1

./@typescript-eslint.js

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

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

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

### Version 6.15.0 (2020-10-27)
- Added: [@typescript-eslint/space-infix-ops]. Thanks to Masafumi Koba (@ybiquitous)!!
### Version 6.14.0 (2020-10-21)

@@ -296,2 +300,3 @@

[@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
[@typescript-eslint/space-infix-ops]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/space-infix-ops.md
[array-bracket-newline]: https://eslint.org/docs/rules/array-bracket-newline

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

14

package.json
{
"name": "eslint-config-prettier",
"version": "6.14.0",
"version": "6.15.0",
"license": "MIT",

@@ -43,8 +43,8 @@ "author": "Simon Lydell",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "4.5.0",
"@typescript-eslint/parser": "4.5.0",
"@typescript-eslint/eslint-plugin": "4.6.0",
"@typescript-eslint/parser": "4.6.0",
"babel-eslint": "10.1.0",
"cross-spawn": "7.0.3",
"doctoc": "1.4.0",
"eslint": "7.11.0",
"eslint": "7.12.1",
"eslint-config-google": "0.14.0",

@@ -56,10 +56,10 @@ "eslint-find-rules": "3.6.1",

"eslint-plugin-react": "7.21.5",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-standard": "4.0.2",
"eslint-plugin-unicorn": "23.0.0",
"eslint-plugin-vue": "7.1.0",
"jest": "26.6.0",
"jest": "26.6.1",
"prettier": "2.1.2",
"replace": "1.2.0",
"rimraf": "3.0.2",
"typescript": "4.0.3"
"typescript": "4.0.5"
},

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

@@ -693,3 +693,3 @@ # eslint-config-prettier

- ESLint 7.11.0
- ESLint 7.12.1
- eslint-config-prettier 6.11.0 and older were tested with ESLint 6.x

@@ -700,7 +700,7 @@ - eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x

- prettier 2.1.2
- @typescript-eslint/eslint-plugin 4.5.0
- @typescript-eslint/eslint-plugin 4.6.0
- eslint-plugin-babel 5.3.1
- eslint-plugin-flowtype 5.2.0
- eslint-plugin-react 7.21.5
- eslint-plugin-standard 4.0.1
- eslint-plugin-standard 4.0.2
- eslint-plugin-unicorn 23.0.0

@@ -707,0 +707,0 @@ - eslint-plugin-vue 7.1.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