1.0.2 • Published 9 months ago

eslint-plugin-airbnb-styling v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

eslint-plugin-airbnb-styling

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

usage

install

npm i eslint-plugin-airbnb-styling -D

use config

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