Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@figuredev/prettier-config

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/prettier-config - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

17

config.json
{
"printWidth": 120,
"tabWidth": 4,
"printWidth": 120,
"useTabs": false,
"semi": false,
"singleQuote": false,
"semi": false,
"trailingComma": "all",
"bracketSpacing": true,
"trailingComma": "all",
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "strict"
"overrides": [
{
"files": ".github/**/*",
"options": {
"tabWidth": 2
}
}
]
}
{
"name": "@figuredev/prettier-config",
"version": "2.0.0",
"version": "2.1.0",
"description": "Prettier configuration for our code style.",

@@ -23,8 +23,8 @@ "author": "Figure",

"devDependencies": {
"prettier": "^3.0.3"
"prettier": "^3.4.0"
},
"peerDependencies": {
"prettier": "^3.0.3"
"prettier": "^3.4.0"
},
"prettier": "./config.json"
}
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