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

@dmsi/prettier-config

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dmsi/prettier-config - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

11

index.js
module.exports = {
singleQuote: true,
trailingComma: 'all',
allowParens: 'always',
useTabs: true,
printWidth: 100,
singleQuote: true,
trailingComma: 'all',
allowParens: 'always',
useTabs: false,
tabWidth: 2,
printWidth: 100,
};
{
"name": "@dmsi/prettier-config",
"version": "1.1.0",
"description": "A reusable prettier config for all DMSi JS applications.",
"main": "index.js",
"repository": "https://bitbucket.org/dmsi-software/agility",
"author": "Matt McElwee <mmcelwee@dmsi.com>",
"license": "MIT",
"private": false
"name": "@dmsi/prettier-config",
"version": "1.2.0",
"description": "A reusable prettier config for all DMSi JS applications.",
"main": "index.js",
"repository": "https://bitbucket.org/dmsi-software/agility",
"author": "Matt McElwee <mmcelwee@dmsi.com>",
"license": "MIT",
"private": false
}
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