0.1.6 • Published 2 years ago

@airteam/eslint-config v0.1.6

Weekly downloads
67
License
MIT
Repository
github
Last release
2 years ago

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

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.10

4 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago