Socket
Socket
Sign inDemoInstall

@abhijithvijayan/eslint-config-airbnb

Package Overview
Dependencies
2
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @abhijithvijayan/eslint-config-airbnb

Airbnb's ESLint config with optional TypeScript support


Version published
Maintainers
1
Created

Readme

Source

@abhijithvijayan/eslint-config-airbnb

Airbnb's ESLint config with optional TypeScript support

NPM Travis Build DEPENDENCIES LICENSE TWEET

🙋‍♂️ 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

Keywords

FAQs

Last updated on 30 Jan 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc