@abhijithvijayan/eslint-config-airbnb

1.1.0 • Public • Published

@abhijithvijayan/eslint-config-airbnb

Airbnb's ESLint config with optional TypeScript support

🙋‍♂️ Made by @abhijithvijayan

Donate: PayPal, Patreon

Buy Me a Coffee


❤️ 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

/@abhijithvijayan/eslint-config-airbnb/

    Package Sidebar

    Install

    npm i @abhijithvijayan/eslint-config-airbnb

    Weekly Downloads

    44

    Version

    1.1.0

    License

    MIT

    Unpacked Size

    7.24 kB

    Total Files

    9

    Last publish

    Collaborators

    • abhijithvijayan