Skip to content

eslint-config-react 3.1.0

Install from the command line:
Learn more about npm packages
$ npm install @algoan/eslint-config-react@3.1.0
Install via package.json:
"@algoan/eslint-config-react": "3.1.0"

About this version

Algoan Logo

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}"
}

Details


Assets

  • eslint-config-react-3.1.0.tgz

Download activity

  • Total downloads 605
  • Last 30 days 0
  • Last week 0
  • Today 0