blueimp / eslint-config-blueimp

ESLint config for blueimp projects.

Repository from Github https://github.comblueimp/eslint-config-blueimpRepository from Github https://github.comblueimp/eslint-config-blueimp

eslint-config-blueimp

ESLint config for blueimp projects.

Contents

Installation

Install eslint-config-blueimp and save it as development dependency:

npm install --save-dev eslint-config-blueimp

Usage

Add 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.

License

Released under the MIT license.

Author

Sebastian Tschan

About

ESLint config for blueimp projects.

License:MIT License


Languages

Language:JavaScript 100.0%