1.2.1 • Published 8 months ago

@venusui/eslint-config v1.2.1

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

VenusUI ESLint config

Setup

  • Install the dependencies

npm i -D eslint @venusui/eslint-config

  • Create a .eslintrc.json file extending the config:
{
  "extends": "@venusui/eslint-config/react"
  // "extends": "@venusui/eslint-config/node"
}

You can also use a .eslintrc.js instead of JSON if you prefer.