1
0
Fork 0

fix(docs): note switch to eslint

This commit is contained in:
ssube 2019-11-10 18:44:31 -06:00
parent 92c834a290
commit a185b6c450
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ existing ones up-to-date. Even this readme is a template for others.
- publish npm packages from tags - publish npm packages from tags
- bundled with `rollup` - bundled with `rollup`
- type checked with `typescript` - type checked with `typescript`
- style checked with `tslint` (and plugins) - style checked with `eslint` (with `tslint` rules and other plugins)
- tested with `mocha` (with source map support and helpers for async leak tracking) - tested with `mocha` (with source map support and helpers for async leak tracking)
- code coverage measured with `nyc` - code coverage measured with `nyc`
- changelog generated with `standard-release` - changelog generated with `standard-release`