Skip to content

Commit 93e25c6

Browse files
committed
build(eslint): fix eslint build failures
1 parent 8c050df commit 93e25c6

File tree

3 files changed

+7
-31
lines changed

3 files changed

+7
-31
lines changed

package-lock.json

Lines changed: 5 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"es-check": "^2.0.3",
5555
"eslint": "^4.19.1",
5656
"eslint-config-airbnb-base": "^13.0.0",
57-
"eslint-plugin-import": "^2.10.0",
57+
"eslint-plugin-import": "^2.12.0",
5858
"husky": "^0.14.3",
5959
"jest": "^22.4.3",
6060
"rollup": "^0.60.0",

src/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import GitHubLanguagesClient from './';
1+
import GitHubLanguagesClient from '.';
22
import languagesJSON from './languages.json';
33

44
describe('GitHub Languages Client', () => {

0 commit comments

Comments
 (0)