eslint-config-tvdv-react

1.3.1 • Public • Published

Tvdv ESLint Config for React

Implement in your project

npx install-peerdeps eslint-config-tvdv-react

Insert this section into your package.json

"scripts": {
	"lint": "eslint .",
	"lint:fix": "eslint --fix"
}

Add .eslintrc file to root

{
	"extends": "tvdv-react"
}

Update Config

npm update eslint-config-tvdv-react

See Errors and Warnings

npm run lint

Fix Error and Warnings

npm run lint:fix

Package Sidebar

Install

npm i eslint-config-tvdv-react

Weekly Downloads

70

Version

1.3.1

License

ISC

Unpacked Size

3.89 kB

Total Files

4

Last publish

Collaborators

  • tvdv