Socket
Socket
Sign inDemoInstall

@foray1010/prettier-config

Package Overview
Dependencies
1
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.5.1

6

CHANGELOG.md

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

## [1.5.1](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@1.5.0...@foray1010/prettier-config@1.5.1) (2019-10-28)
### Bug Fixes
- **prettier-config:** explicitly use some options ([31a1a21](https://github.com/foray1010/common-presets/commit/31a1a21778ba1d015ae613fa3a23e55c51f7a603))
# [1.5.0](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@1.4.0...@foray1010/prettier-config@1.5.0) (2019-10-16)

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

'use strict'
module.exports = {
arrowParens: 'avoid',
bracketSpacing: true,
endOfLine: 'lf',
jsxBracketSameLine: false,
jsxSingleQuote: true,
printWidth: 80,
quoteProps: 'as-needed',
semi: false,
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
useTabs: false,

@@ -12,0 +17,0 @@ overrides: [

10

package.json
{
"name": "@foray1010/prettier-config",
"version": "1.5.0",
"version": "1.5.1",
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"prettier": ">=1.13.0 <2"
},
"engines": {

@@ -12,6 +15,3 @@ "node": ">=8.9"

},
"peerDependencies": {
"prettier": ">=1.13.0 <2"
},
"gitHead": "e776e974a64ebdb65cae0393b2a52cfa51a7ee4e"
"gitHead": "e3a635c125b210792ef0c37db2132cc502c76f1b"
}
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