NE-SmallTown / eslint-config-heaven

Personal eslint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"]
}

About

Personal eslint config


Languages

Language:JavaScript 100.0%