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 ed7e57f commit f713433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/no-extraneous-dependencies.js
Expand Up @@ -3,8 +3,8 @@ import fs from 'fs'
import readPkgUp from 'read-pkg-up'
import minimatch from 'minimatch'
import resolve from 'eslint-module-utils/resolve'
import importType from '../core/importType'
import moduleVisitor from 'eslint-module-utils/moduleVisitor'
import importType from '../core/importType'

import docsUrl from '../docsUrl'

Expand Down

0 comments on commit f713433

Please sign in to comment.