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

@samuelmeuli/prettier-config

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@samuelmeuli/prettier-config - npm Package Compare versions

Comparing version 1.0.0 to 2.0.1

5

index.js
module.exports = {
// Enforce Linux/macOS-style line endings
// Default: "auto" (do not change line endings)
// Also covered by EditorConfig
endOfLine: "lf",
// Use tabs for indentation (spaces are still used for alignment)

@@ -8,0 +3,0 @@ // Default: false

8

package.json
{
"name": "@samuelmeuli/prettier-config",
"version": "1.0.0",
"version": "2.0.1",
"description": "My Prettier configuration",

@@ -28,9 +28,9 @@ "keywords": [

"peerDependencies": {
"prettier": "^1.0.0"
"prettier": "^2.0.0"
},
"devDependencies": {
"np": "^5.2.1",
"prettier": "^1.19.1"
"np": "^6.2.0",
"prettier": "^2.0.2"
},
"prettier": "./index.js"
}
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