Skip to content

Commit

Permalink
[Refactor] reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamborowski committed Apr 26, 2020
1 parent f713433 commit 73c3b43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rules/no-extraneous-dependencies.js
Expand Up @@ -5,7 +5,6 @@ import minimatch from 'minimatch'
import resolve from 'eslint-module-utils/resolve'
import moduleVisitor from 'eslint-module-utils/moduleVisitor'
import importType from '../core/importType'

import docsUrl from '../docsUrl'

function hasKeys(obj = {}) {
Expand Down

0 comments on commit 73c3b43

Please sign in to comment.