Skip to content

Commit

Permalink
fix: use require
Browse files Browse the repository at this point in the history
  • Loading branch information
redwoodjsbot committed Mar 14, 2021
1 parent 71993c3 commit a814fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-config/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is the ESLint configuation used by Redwood projects.
import { getConfig } from '@redwoodjs/internal'
const { getConfig } = require('@redwoodjs/internal')

const config = getConfig()

Expand Down

0 comments on commit a814fb1

Please sign in to comment.