Socket
Socket
Sign inDemoInstall

@foray1010/prettier-config

Package Overview
Dependencies
38
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.0.1 to 7.0.2

tsconfig.json

6

CHANGELOG.md

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

## [7.0.2](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@7.0.1...@foray1010/prettier-config@7.0.2) (2022-08-24)
### Bug Fixes
- remove unused ignore patterns ([11d05bf](https://github.com/foray1010/common-presets/commit/11d05bf3e7cb001d1260f885089500e1ddf5fb02))
## [7.0.1](https://github.com/foray1010/common-presets/compare/@foray1010/prettier-config@7.0.0...@foray1010/prettier-config@7.0.1) (2022-06-13)

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

4

index.js
'use strict'
/** @type {import('prettier').Config} */
module.exports = {
pluginSearchDirs: false,
plugins: ['prettier-plugin-packagejson'],
arrowParens: 'always',

@@ -5,0 +9,0 @@ bracketSameLine: false,

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

@@ -19,5 +19,12 @@ "bugs": "https://github.com/foray1010/common-presets/issues",

],
"scripts": {
"type:check": "tsc"
},
"dependencies": {
"prettier-plugin-packagejson": "^2.2.5"
},
"devDependencies": {
"@types/prettier": "2.7.0",
"typescript": "4.7.4"
},
"peerDependencies": {

@@ -32,3 +39,3 @@ "prettier": "^2.4.0"

},
"gitHead": "162f905054a12ba6777eb746f2f440a68876463c"
"gitHead": "4558b3b10e979f052739e103aef0aad62f3e637b"
}

2

README.md

@@ -7,3 +7,3 @@ # `@foray1010/prettier-config`

1. Create an `.prettierrc.js` in the project root
1. Create an `.prettierrc.cjs` in the project root

@@ -10,0 +10,0 @@ ```js

Sorry, the diff of this file is not supported yet

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