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

@schul-cloud/prettier-config

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schul-cloud/prettier-config - npm Package Compare versions

Comparing version 0.1.0 to 0.1.3

4

index.js
const prettierConfig = {
printWidth: 80,
useTabs: true,
useTabs: true, // we are using tabs! http://lea.verou.me/2012/01/why-tabs-are-clearly-superior/
trailingComma: "es5",

@@ -12,5 +12,5 @@ bracketSpacing: true,

semi: true,
singleQuote: true
singleQuote: false,
};
module.exports = prettierConfig;
{
"name": "@schul-cloud/prettier-config",
"version": "0.1.0",
"version": "0.1.3",
"description": "This package contains shareable Prettier configuration used by the applications created @schul-cloud.",

@@ -32,6 +32,3 @@ "main": "index.js",

},
"publishConfig": {
"access": "public"
},
"gitHead": "b338e3fc17cf2690f25d59e27cb304b283f58c78"
"gitHead": "4a2f363092d8c196e296bfb9cd6daedccc9cc508"
}

@@ -0,0 +0,0 @@ # @schul-cloud/prettier-config

Sorry, the diff of this file is not supported yet

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