1.2.0 • Published 5 years ago

eslint-config-standard-react-strict v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

eslint-config-standard-react-strict

A strict and subjective ruleset for React projects.

Overview

Usage

npm install --save-dev eslint-config-standard-react-strict

Extend "eslint-config-standard-react-strict" in an eslint config.

{
  "extends": ["standard-react-strict"]
}

Note: The eslint-config- prefix is automatically assumed by ESLint.

You can override settings from the shareable config by adding them directly into your eslint config.

Notes

  • Focuses on auto-fixing.
  • Intended to increase code consistency in a team environment.
  • Includes packages that are required by eslint-config-standard-react but not installed with eslint-config-standard-react.
  • New rules will be added in minor version increments. Using a fixed version is recommended to avoid build failures.
  • Tested compatible up to react-scripts/create-react-app 2.1.8