Socket
Socket
Sign inDemoInstall

@ionic/prettier-config

Package Overview
Dependencies
Maintainers
23
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ionic/prettier-config - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

README.md

11

index.js

@@ -7,2 +7,13 @@ module.exports = {

trailingComma: 'all',
overrides: [
{
files: ['*.java'],
options: {
printWidth: 140,
tabWidth: 4,
useTabs: false,
trailingComma: 'none',
},
},
],
};

2

package.json
{
"name": "@ionic/prettier-config",
"version": "0.0.1",
"version": "0.0.2",
"description": "Prettier config for Ionic and Capacitor",

@@ -5,0 +5,0 @@ "main": "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