Socket
Socket
Sign inDemoInstall

@swimlane/prettier-config-swimlane

Package Overview
Dependencies
Maintainers
25
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swimlane/prettier-config-swimlane - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

3

lib/prettier.config.js

@@ -5,5 +5,6 @@ 'use strict';

singleQuote: true,
printWidth: 120
printWidth: 120,
trailingComma: 'none'
};
module.exports = prettierConfig;
{
"name": "@swimlane/prettier-config-swimlane",
"version": "2.0.0",
"version": "3.0.0",
"description": "Prettier configuration used in Swimlane projects.",

@@ -19,3 +19,4 @@ "main": "index.js",

"preversion": "npm run lint && npm test",
"postversion": "git push && git push --tags"
"postversion": "git push && git push --tags",
"np": "np"
},

@@ -41,11 +42,12 @@ "repository": {

"devDependencies": {
"eslint": "^4.19.1",
"eslint": "^6.8.0",
"eslint-config-swimlane": "^1.1.0",
"jasmine": "^3.1.0",
"jsonschema": "^1.2.4",
"prettier": "^1.16.4"
"np": "^6.2.0",
"prettier": "^2.0.4"
},
"peerDependencies": {
"prettier": "~1.16.4"
"prettier": "^2.0.4"
}
}
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