Skip to content

Commit

Permalink
Fix require of first in imports-first
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcanemagus committed Jan 8, 2018
1 parent fe03d72 commit f12b6d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rules/imports-first.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import first from './first'
import docsUrl from '../docsUrl'

const first = require('./first')

const newMeta = Object.assign({}, first.meta, {
deprecated: true,
docs: {
Expand Down

0 comments on commit f12b6d0

Please sign in to comment.