Created by: BrockWills
The documentation for the new EXTEND_ESLINT env variable says it applies When set to true
but the code only checks existence of the variable.
Setting EXTEND_ESLINT=false
still enables extending eslint since process.env.EXTEND_ESLINT
is technically set.
This PR just checks that process.env.EXTEND_ESLINT === 'true'