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 6.11.0 to 6.12.0

1

./@typescript-eslint.js

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

"@typescript-eslint/brace-style": "off",
"@typescript-eslint/comma-dangle": "off",
"@typescript-eslint/comma-spacing": "off",

@@ -10,0 +11,0 @@ "@typescript-eslint/func-call-spacing": "off",

@@ -0,4 +1,8 @@

### Version 6.12.0 (2020-09-25)
- Added: [@typescript-eslint/comma-dangle]. Thanks to Masafumi Koba (@ybiquitous)!!
### Version 6.11.0 (2020-04-21)
- Added: [@typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@hbergren)!!
- Added: [@typescript-eslint/keyword-spacing]. Thanks to Hans Bergren (@hbergren)!

@@ -273,2 +277,3 @@ ### Version 6.10.1 (2020-03-22)

[@typescript-eslint/brace-style]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/brace-style.md
[@typescript-eslint/comma-dangle]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-dangle.md
[@typescript-eslint/comma-spacing]: https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/docs/rules/comma-spacing.md

@@ -275,0 +280,0 @@ [@typescript-eslint/eslint-plugin]: https://github.com/typescript-eslint/typescript-eslint

30

package.json
{
"name": "eslint-config-prettier",
"version": "6.11.0",
"version": "6.12.0",
"license": "MIT",

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.29.0",
"@typescript-eslint/parser": "2.29.0",
"@typescript-eslint/eslint-plugin": "4.2.0",
"@typescript-eslint/parser": "4.2.0",
"babel-eslint": "10.1.0",
"cross-spawn": "7.0.2",
"cross-spawn": "7.0.3",
"doctoc": "1.4.0",
"eslint": "6.8.0",
"eslint": "7.9.0",
"eslint-config-google": "0.14.0",
"eslint-find-rules": "3.4.0",
"eslint-plugin-babel": "5.3.0",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-find-rules": "3.6.1",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.2",
"eslint-plugin-standard": "4.0.1",
"eslint-plugin-unicorn": "18.0.1",
"eslint-plugin-unicorn": "22.0.0",
"eslint-plugin-vue": "6.2.2",
"jest": "25.4.0",
"prettier": "2.0.5",
"replace": "1.1.5",
"jest": "26.4.2",
"prettier": "2.1.2",
"replace": "1.2.0",
"rimraf": "3.0.2",
"typescript": "3.7.5"
"typescript": "4.0.3"
},

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

@@ -737,13 +737,14 @@ # eslint-config-prettier

- ESLint 6.8.0
- ESLint 7.9.0
- eslint-config-prettier 6.11.0 and older were tested with ESLint 6.x
- eslint-config-prettier 5.1.0 and older were tested with ESLint 5.x
- 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 2.0.5
- @typescript-eslint/eslint-plugin 2.29.0
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 4.7.0
- eslint-plugin-react 7.19.0
- prettier 2.1.2
- @typescript-eslint/eslint-plugin 4.2.0
- eslint-plugin-babel 5.3.1
- eslint-plugin-flowtype 5.2.0
- eslint-plugin-react 7.21.2
- eslint-plugin-standard 4.0.1
- eslint-plugin-unicorn 18.0.1
- eslint-plugin-unicorn 22.0.0
- eslint-plugin-vue 6.2.2

@@ -750,0 +751,0 @@

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