New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@excalidraw/prettier-config

Package Overview
Dependencies
Maintainers
4
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@excalidraw/prettier-config - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json

@@ -10,3 +10,3 @@ {

"repository": "https://github.com/excalidraw/prettier-config",
"version": "1.0.0"
"version": "1.0.1"
}
# @excalidraw/prettier-config
> Excalidraw's [Prettier](https://prettier.io) config.
Excalidraw's [Prettier](https://prettier.io) config.

@@ -10,3 +10,3 @@ ## Usage

```bash
yarn add --dev @excalidraw/prettier-config
yarn add --dev @excalidraw/prettier-config prettier
```

@@ -22,1 +22,18 @@

```
## What you get
```json
{
"proseWrap": "never",
"trailingComma": "all",
"overrides": [
{
"files": ["*.json"],
"options": {
"printWidth": 256
}
}
]
}
```
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