Socket
Socket
Sign inDemoInstall

@foray1010/prettier-config

Package Overview
Dependencies
36
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

### [6.0.1](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@6.0.0...@foray1010/prettier-config@6.0.1) (2021-11-10)
### Bug Fixes
- use bracketSameLine instead of deprecated jsxBracketSameLine ([16eaf7a](https://github.com/foray1010/common-presets/commit/16eaf7abe0fe4c7bdf09531c13fa76a15aa3c6b3))
## [6.0.0](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@5.0.1...@foray1010/prettier-config@6.0.0) (2021-11-10)

@@ -8,0 +14,0 @@

2

index.js

@@ -5,5 +5,5 @@ 'use strict'

arrowParens: 'always',
bracketSameLine: false,
bracketSpacing: true,
endOfLine: 'lf',
jsxBracketSameLine: false,
jsxSingleQuote: true,

@@ -10,0 +10,0 @@ printWidth: 80,

{
"$schema": "https://json.schemastore.org/package",
"name": "@foray1010/prettier-config",
"version": "6.0.0",
"version": "6.0.1",
"homepage": "https://github.com/foray1010/common-presets/tree/master/packages/prettier-config#readme",

@@ -23,3 +23,3 @@ "bugs": "https://github.com/foray1010/common-presets/issues",

"peerDependencies": {
"prettier": ">=2 <3"
"prettier": ">=2.4 <3"
},

@@ -32,3 +32,3 @@ "engines": {

},
"gitHead": "51c3d9afc5e12b9326c67dddaee81a0cb2b47b22"
"gitHead": "0254f6e5cefc3d41be4548a11c6beee541b92269"
}
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