Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

A strict and subjective extension of eslint-config-standard-react.

License

Notifications You must be signed in to change notification settings

jsphstls/eslint-config-standard-react-strict

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A strict and subjective extension of eslint-config-standard-react.

Resources

License

Stars

Watchers

Forks

Packages

No packages published