Skip to content

Commit

Permalink
Release Version 6 (#9)
Browse files Browse the repository at this point in the history
* add `singleAttributePerLine` option from Prettier 2.6
* add Prettier 3 to peerDependencies range
* bump version to 6.0.0
  • Loading branch information
npetruzzelli authored Aug 11, 2023
1 parent af7c637 commit d9a48d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"quoteProps": "as-needed",
"requirePragma": false,
"semi": false,
"singleAttributePerLine": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "none",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "prettier-config-standard",
"version": "5.0.0",
"version": "6.0.0",
"description": "A Prettier shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules or separate processes.",
"main": ".prettierrc.json",
"repository": {
Expand All @@ -25,6 +25,6 @@
"author": "Nick Petruzzelli <[email protected]>",
"license": "BSD-3-Clause",
"peerDependencies": {
"prettier": "^2.4.0"
"prettier": "^2.6.0 || ^3.0.0"
}
}

0 comments on commit d9a48d2

Please sign in to comment.