5.0.3 • Published 13 days ago

@sinonjs/eslint-config v5.0.3

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
13 days ago

Shared eslint config for Sinon

The sharable eslint config for all Sinon.JS projects.

The package includes all the dependencies to have a working eslint setup that works with the configuration. Adopting projects will only need to install @sinonjs/eslint-config.

Install

$ npm install @sinonjs/eslint-config --save-dev

Usage

Add this to the package.json:

{
  "eslintConfig": {
    "extends": "@sinonjs/eslint-config"
  }
}

Create a .browserslistrc in the root of the project

> 0.5%
last 2 versions
Firefox ESR
not dead
not IE 11
not op_mini all
maintained node versions

Visit browserslist.dev to see what this translates to.

5.0.3

13 days ago

5.0.2

4 months ago

5.0.1

5 months ago

5.0.0

5 months ago

4.1.0

12 months ago

4.0.6

2 years ago

4.0.5

2 years ago

4.0.4

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago