1.0.1 • Published 3 years ago

@airbnb-config/eslint-base v1.0.1

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

Airbnb Eslint Base Config

Eslint config based off airbnb's javascript style guide tweaked to work with prettier.

Implementation

To install run the following command:

npm install -D @airbnb-config/eslint-base

or with yarn run:

yarn add -D @airbnb-config/eslint-base

To extend configuration add the following to your package.json file:

  "eslintConfig": {
    "extends": "./node_modules/@airbnb-config/eslint-base"
  },

Prettier

To use with prettier, checkout the @airbnb-config/prettier package.

1.0.1

3 years ago

1.0.0

3 years ago