Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 300 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 300 Bytes

eslint-plugin-airbnb-react

Custom ESLint config, for react and ts, depends on airbnb、plugin-react、plugin-prettier and so on

usage

install

npm i eslint-plugin-airbnb-react -D

use config

//file .eslintrc.js
{
  ...
  extends: ['eslint-plugin-airbnb-react'],
}