@zeit/eslint-config-base

1.0.0 • Public • Published

@zeit/eslint-config-base

CircleCI

A Node.js ESLint configuration for ZEIT source code.

Usage

Add this package to your project as a dev-dependency:

$ yarn add --dev eslint @zeit/eslint-config-base

Optionally add @zeit/git-hooks if you want to auto-lint upon committing:

$ yarn add --dev @zeit/git-hooks

Then initialize the linter. Note that any optional stuff (git hooks) need to be present before running this script.

$ yarn zeit-lint-init

In the event you need to re-run the configuration (e.g. you forgot one of the optional packages), you can use --force to re-run the configuration process.

The caveats to this are that any after-the-fact manual changes to eslintConfig will be overwritten, and any optional dependency configurations (git hooks, etc.) that were removed since the first time zeit-lint-init was run will remain in package.json and need to be manually cleaned up.

$ yarn zeit-lint-init --force

Readme

Keywords

none

Package Sidebar

Install

npm i @zeit/eslint-config-base

Weekly Downloads

239

Version

1.0.0

License

MIT

Unpacked Size

7.37 kB

Total Files

8

Last publish

Collaborators

  • gdborton
  • matheuss
  • matt.straka
  • nick.tracey
  • zeit-bot
  • vercel-release-bot