5.3.0 • Published 3 years ago

@zonedigital/eslint-config-typescript v5.3.0

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

@zonedigital/eslint-config-typescript

Part of Zone Frontend npm downloads

This package provides Zone's TypeScript style guide as an extensible shared config. It installs and extends Zones base config, see this package for additional installation details.

Installation

npm i @zonedigital/eslint-config-typescript

Usage

Add the Zone rules to your eslint config. Be sure to add as the last item.

{
  "extends": [..., "@zonedigital/eslint-config-typescript"],
  // ... project config here, if any ...
}