Skip to content

Commit

Permalink
chore(eslint): eslintignore node_modules and import describe and it f…
Browse files Browse the repository at this point in the history
…rom mocha
  • Loading branch information
dajk committed Nov 18, 2017
1 parent 9b84a8a commit 600206e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dist
coverage
node_modules
2 changes: 1 addition & 1 deletion src/index.test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global describe, it */
import { describe, it } from 'mocha';
import { assert, expect } from 'chai';
import { getNews, getResults } from './index';
import { CONFIG } from './config';
Expand Down

0 comments on commit 600206e

Please sign in to comment.