@air/eslint-config

1.1.21 • Public • Published

@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,
};

Readme

Keywords

Package Sidebar

Install

npm i @air/eslint-config

Weekly Downloads

126

Version

1.1.21

License

MIT

Unpacked Size

20.8 kB

Total Files

4

Last publish

Collaborators

  • ccongdon
  • air.mohebifar
  • sazid-air
  • guaiamum_air
  • rana.air
  • duretti
  • cgatesman
  • andytran
  • tomasz_czura
  • airdev
  • madisondbrown
  • stewart-air
  • marcusair
  • tstrand