Package Exports
- @abhijithvijayan/eslint-config-airbnb
- @abhijithvijayan/eslint-config-airbnb/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@abhijithvijayan/eslint-config-airbnb) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@abhijithvijayan/eslint-config-airbnb
Airbnb's ESLint config with optional TypeScript support
🙋♂️ Made by @abhijithvijayan
❤️ 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-airbnbUsage
.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.
License
MIT © Abhijith Vijayan
