@backpackjs/prettier-config
Advanced tools
Comparing version 1.1.1 to 4.0.1-next.0
@@ -6,10 +6,16 @@ # Change Log | ||
## [1.1.1](https://github.com/packdigital/backpackjs-monorepo/compare/@backpackjs/prettier-config@1.1.0...@backpackjs/prettier-config@1.1.1) (2022-05-24) | ||
# [4.0.0](https://github.com/backpackjs/backpackjs-monorepo/compare/@backpackjs/prettier-config@1.1.1...@backpackjs/prettier-config@4.0.0) (2022-06-17) | ||
**Note:** Version bump only for package @backpackjs/prettier-config | ||
### Features | ||
- bump everything to 3.9.99 as "prerelease" version ([c0a84ee](https://github.com/backpackjs/backpackjs-monorepo/commit/c0a84ee99a3e02bfec743aa079e815443be53623)) | ||
- remove publicConfig ([1b4d649](https://github.com/backpackjs/backpackjs-monorepo/commit/1b4d6493e36c10c6b7554375de93aa420cec1353)) | ||
- try to outsmart github ([32d5d1e](https://github.com/backpackjs/backpackjs-monorepo/commit/32d5d1ec7726e67f945a466effad4181346dd6ba)) | ||
- update teh repo field ([7d4d507](https://github.com/backpackjs/backpackjs-monorepo/commit/7d4d507ffcd8fe4bb734b4e750dc32f6ff2defea)) | ||
- wip ([24de394](https://github.com/backpackjs/backpackjs-monorepo/commit/24de3946f318827fb882ce52d4c3bff8378d3d5e)) | ||
## [1.1.1](https://github.com/packdigital/backpackjs-monorepo/compare/@backpackjs/prettier-config@1.1.0...@backpackjs/prettier-config@1.1.1) (2022-05-24) | ||
**Note:** Version bump only for package @backpackjs/prettier-config | ||
# [1.1.0](https://github.com/packdigital/backpackjs-monorepo/compare/@backpackjs/prettier-config@1.0.1...@backpackjs/prettier-config@1.1.0) (2022-05-24) | ||
@@ -19,6 +25,2 @@ | ||
## [1.0.1](https://github.com/packdigital/backpackjs-monorepo/compare/@backpackjs/prettier-config@1.0.0...@backpackjs/prettier-config@1.0.1) (2022-05-18) | ||
@@ -25,0 +27,0 @@ |
{ | ||
"name": "@backpackjs/prettier-config", | ||
"version": "1.1.1", | ||
"author": "@packdigital", | ||
"description": "Backpackjs Prettier Config", | ||
"version": "4.0.1-next.0", | ||
"license": "MIT", | ||
"author": "BackpackJS <dev@packdigial.com> (http://packdigital.com/)", | ||
"main": "prettier.config.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/backpackjs/backpackjs-monorepo.git", | ||
"directory": "configs/prettier-config-backpackjs" | ||
}, | ||
"dependencies": { | ||
@@ -16,3 +20,3 @@ "prettier": "^2.0.5" | ||
}, | ||
"gitHead": "c397e5061120f5fcc9ec9523f2573d585e6550d3" | ||
"gitHead": "28880024f2f87b71ffca02995730d2973ae7d848" | ||
} |
module.exports = { | ||
singleQuote: true, | ||
$schema: "http://json.schemastore.org/prettierrc", | ||
printWidth: 80, | ||
tabWidth: 2, | ||
useTabs: false, | ||
semi: true, | ||
singleQuote: false, | ||
quoteProps: "as-needed", | ||
jsxQuotes: false, | ||
trailingComma: "es5", | ||
bracketSpacing: true, | ||
bracketSameLine: false, | ||
arrowParens: "always", | ||
requirePragma: false, | ||
insertPragma: false, | ||
proseWrap: "preserve", | ||
htmlWhitespaceSensitivity: "css", | ||
endOfLine: "lf", | ||
singleAttributePerLine: false, | ||
}; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
4591
20
0
0
2