Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 379 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 379 Bytes

eslint-config-free

Get Started

Install

npm i -D eslint-config-free

Extend the config

Ensure the free config is in the extends in your eslint config file.

{
  "extends": "free"
}

Includes

  • typescript linting
  • eslint-config-prettier
  • eslint-plugin-import
  • eslint-plugin-jsx-a11y
  • eslint-plugin-react
  • eslint-plugin-react-hooks