New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@schul-cloud/prettier-config

Package Overview
Dependencies
Maintainers
6
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.2.0 to 1.0.0

8

CHANGELOG.md
# 1.0.0 - Initial Stable Release
**Breaking**
- changed `singleQuote` from `false` to `true` to be more compliant with the eslint rules we use. For Repos that contain a lot of html code, we still recommend using `false` to be more consistent between your js and the html (which required double quotes for attributes).
# 0.2.0

@@ -7,3 +11,3 @@

change `htmlWhitespaceSensitivity` from `strict` to `css` to prevent ugly HTML formatting like
change `htmlWhitespaceSensitivity` from `strict` to `css` to prevent ugly HTML formatting like
```html

@@ -14,3 +18,3 @@ <div

```
instead of
instead of
```html

@@ -17,0 +21,0 @@ <div>

@@ -12,5 +12,5 @@ const prettierConfig = {

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

@@ -22,8 +22,8 @@ "main": "index.js",

"prettier",
"schul-cloud",
"formatting"
"formatting",
"schul-cloud"
],
"homepage": "https://www.npmjs.com/package/@schul-cloud/prettier-config",
"peerDependencies": {
"prettier": ">=1.19.1"
"prettier": ">=2.0.5"
},

@@ -33,3 +33,3 @@ "publishConfig": {

},
"gitHead": "99be51d20faf8c46e74bff27445aaea2d66fb565"
"gitHead": "e37da80bd5ba9b117de7d5876b278c9245079d3d"
}
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