1.0.6 • Published 7 months ago

@josephmark/eslint-config v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@josephmark/eslint-config

The Josephmark team's basic typescript linter config

Installation

npm i -D @josephmark/eslint-config

Usage

Add this to your eslint config .eslintrc.json

{
  "extends": ["@josephmark"]
}