@sitaggart/prettier-config
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.3.1](https://github.com/SiTaggart/lint-config/compare/@sitaggart/prettier-config@0.3.0...@sitaggart/prettier-config@0.3.1) (2021-09-10) | ||
### Bug Fixes | ||
* remove deprecated jsxBracketSameLine prettier option ([e97eba3](https://github.com/SiTaggart/lint-config/commit/e97eba33ec559c46321b2ef1c60af1d9ca9a16fc)) | ||
# [0.3.0](https://github.com/SiTaggart/lint-config/compare/@sitaggart/prettier-config@0.2.116...@sitaggart/prettier-config@0.3.0) (2021-09-07) | ||
@@ -8,0 +19,0 @@ |
@@ -8,3 +8,3 @@ // eslint-disable-next-line unicorn/prefer-module | ||
singleQuote: true, | ||
jsxBracketSameLine: false, | ||
bracketSameLine: false, | ||
overrides: [ | ||
@@ -11,0 +11,0 @@ { |
{ | ||
"name": "@sitaggart/prettier-config", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "prettier config for personal projects", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "27d8a2093229bdd8cee690ccc031d165c52b4505" | ||
"gitHead": "cc6f44bb8ed516ce307501ddf1c040f27f947f01" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20596