Skip to content

Commit

Permalink
Chore: Move Prettier and Semantic Release configs ⚙️ (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
DHedgecock committed Nov 21, 2020
1 parent 1472774 commit e1b116e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"@crystal-ball/prettier-base"
5 changes: 5 additions & 0 deletions .releaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"@crystal-ball/semantic-release-base"
]
}
6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"jest": "26.6.3",
"typescript": "4.1.2"
},
"prettier": "@crystal-ball/prettier-base",
"config": {
"commitizen": {
"path": "@crystal-ball/commitizen-base"
Expand All @@ -67,11 +66,6 @@
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
},
"release": {
"extends": [
"@crystal-ball/semantic-release-base"
]
},
"renovate": {
"extends": [
"github>crystal-ball/renovate-base:library"
Expand Down

0 comments on commit e1b116e

Please sign in to comment.