Skip to content

Commit

Permalink
feat: add singleAttributePerLine prop (#53)
Browse files Browse the repository at this point in the history
* feat: add singleAttributePerLine prop

* fix: peerDependencies
  • Loading branch information
shamilfrontend committed Mar 23, 2022
1 parent 16b60be commit c331702
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"bracketSpacing": true,
"arrowParens": "avoid",
"endOfLine": "lf",
"singleAttributePerLine": true,
"overrides": [
{
"files": ".*rc",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"release": "release-it"
},
"peerDependencies": {
"prettier": "^2.5.1"
"prettier": "^2.6.0"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"husky": "^7.0.4",
"lint-staged": "^12.3.7",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"release-it": "^14.13.1"
},
"description": "A Prettier config we use for our projects",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2150,10 +2150,10 @@ prepend-http@^2.0.0:
resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=

prettier@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
prettier@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.6.0.tgz#12f8f504c4d8ddb76475f441337542fa799207d4"
integrity sha512-m2FgJibYrBGGgQXNzfd0PuDGShJgRavjUoRCw1mZERIWVSXF0iLzLm+aOqTAbLnC3n6JzUhAA8uZnFVghHJ86A==

protocols@^1.1.0, protocols@^1.4.0:
version "1.4.8"
Expand Down

0 comments on commit c331702

Please sign in to comment.