0.4.0 • Published 2 years ago

eslint-config-fastmodel v0.4.0

Weekly downloads
1
License
MIT
Repository
bitbucket
Last release
2 years ago

eslint-config-fastmodel

Shareable ESLint configuration used at FastModel.

Installation

yarn add eslint babel-eslint eslint-config-fastmodel eslint-config-airbnb eslint-loader eslint-plugin-import eslint-plugin-jsx-a11y

Usage

To use this preset, simply extend it in the project .eslintrc file. See Configuring ESLint for details. Any rules can still be overridden.

{
  "extends": "fastmodel"
}

React

To install: Run the install described above, and then add the following.

yarn add eslint-plugin-react

To use this preset with React, extend it like so.

{
  "extends": "fastmodel/react"
}
0.3.0

2 years ago

0.4.0

2 years ago

0.2.0

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago