Socket
Socket
Sign inDemoInstall

@abhijithvijayan/eslint-config-airbnb

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

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
Weekly downloads
82
increased by18.84%
Maintainers
1
Weekly downloads
 
Created
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 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

Keywords

FAQs

Package last updated on 02 Jul 2020

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc