0.2.0 • Published 3 years ago

@taogilaaa/eslint-config-base v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-config-base

Base ESLint config, under the hood we are extending and overriding xo's lint config.

Installation

yarn add --dev @taogilaaa/eslint-config-base eslint

Usage

After installing, update your project's .eslintrc.js file to import the rule sets you want:

{
  "extends" : [
    "@taogilaaa/eslint-config-base"
  ]
}

Read the ESlint config docs for more information.