Install eslint-config-blueimp and save it as development dependency:
npm install --save-dev eslint-config-blueimpAdd eslint-config-blueimp to the extends array in your .eslintrc.* file:
module.exports = {
extends: ['blueimp']
}Please note that the eslint-config- prefix can be omitted, since it is
automatically assumed by ESLint.
Released under the MIT license.