1.1.0 • Published 5 years ago

eslint-config-heaven v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

Install

yarn add eslint-config-heaven --dev

Usage

Shareable configs are designed to work with the extends feature of .eslintrc files. You can learn more about Shareable Configs on the official ESLint website.

This Shareable Config adds my personal style to override the rules provided in eslint-config-xxxx.

After install, add this to your .eslintrc file:

{
  "extends": ["heaven"]
}