eslint-config-mm

1.2.0 • Public • Published

eslint-config-mm

Eslint rules for Matchminds projects

Usage

  1. Install this module as a devDependency:

    npm install --save-dev eslint-config-mm
  2. Add a .eslintrc file to your project root similar to this:

    {
      "root": true,
      "extends": ["eslint-config-mm"]
    }
  3. Optionally add one-off rule deviations to your local .eslintrc file.

Flavours

Linting rules are available in ES5 and ES6 flavours. ES6 is the default.

Using a different flavour can be done by extending from a specific file in this module. For example:

{
  "root": true,
  "extends": ["eslint-config-mm/es5"]
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-mm

Weekly Downloads

277

Version

1.2.0

License

ISC

Last publish

Collaborators

  • edwardsmit
  • florish
  • roelandvanbatenburg
  • pandosearch_dev