3.1.2 • Published 4 years ago

@greylocklabs/eslint-config v3.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

@greylocklabs/eslint-config

Greylock Labs ESLint rules


This package contains all of our ESLint rules.

npm version Build Status

Installation

Install the package and all of its peer dependencies (works with npm or yarn):

$ npx install-peerdeps --dev @greylocklabs/eslint-config

Afterwards, create a .eslintrc file in your root project folder and add the following:

{
  "extends": "@greylocklabs"
}

Configuring

To override anything, simply add a rules property to your .eslintrc file and add new or existing rules to it with your preferred settings:

{
  "extends": "@greylocklabs",
  "rules": {
    "arrow-spacing": "off"
  }
}

Testing

To run tests for this package, install the development dependencies with npm install from this folder and then run npm test.

License

MIT License. See LICENSE file for details.

3.1.2

4 years ago

3.1.1

4 years ago

3.1.0

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.4.0

5 years ago

2.3.0

5 years ago

2.2.0

5 years ago

2.1.2

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

1.12.2

6 years ago

1.12.1

6 years ago

1.12.0

6 years ago

1.11.0

6 years ago

1.10.0

6 years ago

1.9.1

6 years ago

1.9.0

6 years ago

1.8.2

6 years ago

1.8.1

6 years ago

1.8.0

6 years ago

1.7.0

6 years ago

1.6.0

6 years ago

1.5.0

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.0

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago