3.3.0 • Published 12 months ago

@algoan/eslint-config-react v3.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
12 months ago

Algoan React ESLint config

Algoan ESLint configuration shared for React projects written in TypeScript and using prettier.

Installation

First, install this module running:

npm install @algoan/eslint-config-react --save-dev

Then, create a .eslintrc.json file:

{
  "extends": "@algoan/eslint-config-react"
}

Usage

In your package.json file, add a script:

{
  "lint": "eslint **/*.{js,jsx,ts,tsx}"
}
3.3.0

12 months ago

3.2.0

12 months ago

3.1.0

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.10.0

2 years ago

2.9.0

2 years ago

2.7.0

2 years ago

2.8.0

2 years ago

2.6.0

3 years ago

2.5.0

3 years ago

2.4.0

3 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

5 years ago

1.0.0

5 years ago