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

@air/eslint-config

Package Overview
Dependencies
Maintainers
20
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@air/eslint-config

The centralized Prettier + ESLint configuration for all client-side JS and TS at Air.

  • 1.1.21
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
139
increased by13800%
Maintainers
20
Weekly downloads
 
Created
Source

@air/eslint-config

The centralized Prettier + ESLint configuration for all client-side JS and TS at Air. Note, there are some rules which presume you leverage Next.js./

Installation

yarn add -D @air/eslint-config

Usage

Inside .eslintrc.js:

const config = require('@air/eslint-config');

/**
 * @type {import("eslint").Linter.Config}
 */
module.exports = {
  // easily lets you merge and alter existing config blobs as opposed to using just the `extends` key
  ...config,
};

Keywords

FAQs

Package last updated on 30 Sep 2021

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