.eslintrc.js: ```javascript module.exports = { ... "env": { ... "es6": true } ... "ecmaFeatures": { ... "blockBindings": true ... } ... } ``` However, gulp-eslint plugin doesn't report any errors in the project with the same eslint configuration.