0.3.0 • Published 4 years ago

@instacart/eslint-config v0.3.0

Weekly downloads
2,608
License
MIT
Repository
github
Last release
4 years ago

@instacart/eslint-plugin

NPM version

Instacart's shared ESLint configuration.

Installation

$ yarn add --dev @instacart/eslint-config

Usage

To use all of the eslint rules, simply extend the package (@instacart/eslint-config). This includes rules for TypeScript and integration with Prettier.

// .eslintrc.js
module.exports = {
  extends: ['@instacart/eslint-config'],
}

The package allows for selective use by exposing the following configs to extend:

0.3.0

4 years ago

0.2.3

5 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.13

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago