@taogilaaa/eslint-config-base

0.2.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @taogilaaa/eslint-config-base

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

2.49 kB

Total Files

4

Last publish

Collaborators

  • taogilaaa