1.7.0 • Published 3 months ago

eslint-config-charlie-tango v1.7.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

eslint-config-charlie-tango

Provide a baseline of ESlint rules for projects written with TypeScript and React.

Usage

Create a new .eslintrc file, and extend the eslint-config-charlie-tango inside it.

{
  "extends": ["eslint-config-charlie-tango"]
}

Rules

Provides configuration for the following:

  • JavaScript
  • TypeScript
  • React
  • React Testing Library
  • Storybook