@schul-cloud/prettier-config
Advanced tools
Comparing version 0.2.0 to 1.0.0
# 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" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
37413
0