Skip to content

Commit

Permalink
chore: dep update
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Aug 9, 2022
1 parent 1a1f003 commit 73f6ec0
Show file tree
Hide file tree
Showing 27 changed files with 4,370 additions and 827 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"packages": [
"packages/*"
],
"packages": ["packages/*"],
"useNx": false,
"version": "0.0.0"
"version": "0.0.1"
}
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export default {
'**/*.{json,yml}': ['prettier --write'],
'**/*.js': ['prettier --write', 'standard --fix']
'packages/*/*.js': ['prettier --write', 'standard --fix']
}
Loading

0 comments on commit 73f6ec0

Please sign in to comment.