Skip to content

Commit

Permalink
Merge branch 'master' of github.com:davidjbradshaw/eslint-config-auto
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bradshaw committed Jun 18, 2020
2 parents 206e6ee + becdca5 commit b23f2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const { hasAnyDep } = require('./lib/utils')

const explorerSync = cosmiconfigSync('eslint')
const eslintrc = explorerSync.search()
const { env } = eslintrc.config
const { env = {} } = eslintrc.config

const hasBabel = hasAnyDep('babel') || hasAnyDep('@babel/core')

Expand Down

0 comments on commit b23f2b5

Please # to comment.