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

@sourcegraph/prettierrc

Package Overview
Dependencies
Maintainers
18
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sourcegraph/prettierrc - npm Package Compare versions

Comparing version

to
2.1.0

2

package.json
{
"name": "@sourcegraph/prettierrc",
"version": "2.0.0",
"version": "2.1.0",
"description": "TSLint config for TypeScript projects at Sourcegraph",

@@ -5,0 +5,0 @@ "main": "prettier.config.js",

module.exports = {
tabWidth: 4,
printWidth: 120,
proseWrap: 'preserve',
semi: false,

@@ -5,0 +6,0 @@ trailingComma: 'es5',