1.1.4 • Published 2 months ago

@battis/eslint-config v1.1.4

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 months ago

@battis/eslint-config

Shared eslint config across all projects

Install

npm i -D @battis/eslint-config

Usage

In package.json:

{
  "eslintConfig": {
    "extends": "@battis/eslint-config"
  }
}