@abhijithvijayan/eslint-config-airbnb
Airbnb's ESLint config with optional TypeScript support
Donate:
PayPal,
Patreon
❤️ 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
package. I recommend using the abhijithvijayan/eslint-config
package itself as it comes with this package.
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