Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@airteam/eslint-config

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@airteam/eslint-config

AirTeam ESLint config

  • 0.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
106
decreased by-6.19%
Maintainers
3
Weekly downloads
 
Created
Source

Airteam ESLint Config

Airteam configuration file for ESLint.

Installation

yarn add @airteam/eslint-config

The following packages must also be installed in your project:

yarn add -D eslint prettier eslint-plugin-import eslint-plugin-prettier eslint-config-prettier

To enable React & JSX support the following packages must also be installed in your project:

yarn add react
yarn add -D eslint-plugin-react eslint-plugin-jsx-a11y

Usage

Add a .eslintrc.js file to the root of your project with contents:

module.exports = {
  root: true,
  extends: '@airteam',
};

Then run eslint on your source code, eg: eslint src

Keywords

FAQs

Package last updated on 11 Dec 2023

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