1.1.0 • Published 3 months ago

@abhijithvijayan/eslint-config-airbnb v1.1.0

Weekly downloads
94
License
MIT
Repository
github
Last release
3 months ago

❤️ it? ⭐️ it on GitHub or Tweet about it.

This is a wrapper for eslint-config-airbnb-base and eslint-config-airbnb-typescript. The purpose behind this wrapper is to expose a javascript module and another typescript module separately for @abhijithvijayan/eslint-config package. I recommend using the abhijithvijayan/eslint-config package itself.

See this issue for more information.

Table of Contents

Installation

Ensure you have Node.js 10 or later installed. Then run the following:

# npm
npm install @abhijithvijayan/eslint-config-airbnb

# yarn
yarn add @abhijithvijayan/eslint-config-airbnb

Usage

.eslintrc.json

{
  "extends": [
    "@abhijithvijayan/eslint-config-airbnb", // or "@abhijithvijayan/eslint-config-airbnb/typescript",
  ],
  "rules": {
    // your overrides
  }
}

Issues

Looking to contribute? Look for the Good First Issue label.

🐛 Bugs

Please file an issue here for bugs, missing documentation, or unexpected behavior.

See Bugs

License

MIT © Abhijith Vijayan