0.1.0 • Published 5 years ago

eslint-config-nhurlock-react-cli v0.1.0

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

eslint-config-nhurlock-react-cli

Description:

ESLint config for @nhurlock/react-cli

Install:

npm i -D eslint-config-nhurlock-react-cli

Usage:

Add the following to your ESLint config file:

{
	...existing eslintrc config
	extends: "nhurlock-react-cli"
}