@abhijithvijayan/eslint-config-airbnb
v1.1.0
Published
Airbnb's ESLint config with optional TypeScript support
Downloads
265
Maintainers
Readme
❤️ 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.
License
MIT © Abhijith Vijayan