@greylocklabs/eslint-config

3.1.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (21)

    Package Sidebar

    Install

    npm i @greylocklabs/eslint-config

    Weekly Downloads

    1

    Version

    3.1.2

    License

    MIT

    Unpacked Size

    64.9 kB

    Total Files

    48

    Last publish

    Collaborators

    • tylucaskelley