Fix(lint): Add import eslint and fix import errors

This commit is contained in:
Berkeley Martinez
2016-06-23 20:05:30 -07:00
parent cc0543d5df
commit 668bd74690
27 changed files with 103 additions and 144 deletions

View File

@ -1,8 +1,8 @@
import dedent from 'dedent';
import debugFactory from 'debug';
import { Observable } from 'rx';
import commitGoals from './commit-goals.json';
const debug = debugFactory('fcc:utils/commit');
export { commitGoals };