Skip to content

Commit

Permalink
fix(core): configuration fix
Browse files Browse the repository at this point in the history
  • Loading branch information
reel committed Oct 18, 2019
1 parent 5a83d28 commit 0a9563c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .bithoundrc

This file was deleted.

4 changes: 4 additions & 0 deletions .prettierrc.json
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "es5"
}
13 changes: 7 additions & 6 deletions lerna.json
@@ -1,15 +1,16 @@
{
"lerna": "2.2.0",
"conventionalCommits": "true",
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"npmClient": "yarn",
"npmClientArgs": [
"--ignore-engines"
],
"npmClientArgs": ["--ignore-engines"],
"publishConfig": {
"access": "public"
},
"command": {
"version": {
"exact": true
}
},
"version": "0.37.0"
}

0 comments on commit 0a9563c

Please sign in to comment.