Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update svg packages, migrate metadata, lazy load svg components #970

Merged
merged 17 commits into from
Mar 5, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: husky warning
  • Loading branch information
vpicone committed Mar 4, 2020
commit 40840d1c2abfa3a4fc6395c29dae3849ac5e8d2d
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,10 @@
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
"eslint --fix"
],
"*.{js,json,css,scss,md,mdx,yaml}": [
"prettier --write",
"git add"
"prettier --write"
]
}
}