0.1.6 • Published 5 months ago

@airteam/eslint-config v0.1.6

Weekly downloads
67
License
MIT
Repository
github
Last release
5 months 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

5 months ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.10

3 years ago

0.0.9

4 years ago

0.0.8

5 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago