0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 21:42:44 +00:00

adding bithoundrc and updating pico-router

This commit is contained in:
Scott Tolksdorf
2018-04-09 00:04:57 -04:00
committed by Trevor Buckner
parent 84054d1aae
commit b6815593fd
3 changed files with 12 additions and 25 deletions

7
.bithoundrc Normal file
View File

@@ -0,0 +1,7 @@
{
"dependencies": {
"unused-ignores": [
"react-dom"
]
}
}