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

@emerson-eps/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emerson-eps/prettier-config - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

package.json
{
"name": "@emerson-eps/prettier-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shared Prettier config for Emerson E&P Software",

@@ -30,7 +30,7 @@ "keywords": [

"conventional-changelog-conventionalcommits": "^4.5.0",
"prettier": "^2.2.1",
"prettier": "^2.4.1",
"semantic-release": "^17.4.2"
},
"peerDependencies": {
"prettier": ">= 2"
"prettier": "^2.4.1"
},

@@ -37,0 +37,0 @@ "release": {

@@ -13,2 +13,11 @@ /**

arrowParens: "avoid",
// Cypress overrides: allow longer lines
overrides: [
{
files: "cypress/**/*.ts",
options: {
printWidth: 150,
},
},
],
};
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