add husky and autolinting

This commit is contained in:
41666 2019-04-03 07:26:00 -05:00
parent e1bd5747b3
commit d050277730
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
5 changed files with 56 additions and 7 deletions

View file

@ -1,7 +1,6 @@
// @flow
import glob from 'glob'
import type { Router, AppContext } from '../Roleypoly'
import path from 'path'
import logger from '../logger'
const log = logger(__filename)