eslint-config-bestpractices

1.2.0 • Public • Published

eslint-config-bestpractices - Some of the very best from eslint

Install

npm i eslint-config-bestpractices

Usage

In your .eslintrc file:

module.exports = {
  extends : 'bestpractices',
  env     : { es6: true, node: true, browser: true },
  globals : globals
};

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-bestpractices

Weekly Downloads

17

Version

1.2.0

License

MIT

Last publish

Collaborators

  • aurelienribon
  • floribon