1.0.9 • Published 3 years ago

@muhmdraouf/eslint-config-react v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@muhmdraouf/eslint-config-react

ESLint and TypeScript configuration for React.

Tests and Release npm version semantic-release

Usage

yarn add eslint @muhmdraouf/eslint-config-react --dev

In .eslintrc:

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

In tsconfig.json:

{
  "extends": "@muhmdraouf/eslint-config-react/tsconfig"
}