From a185b6c4509ef82cc584aa9198c8e11e90a91e36 Mon Sep 17 00:00:00 2001 From: ssube Date: Sun, 10 Nov 2019 18:44:31 -0600 Subject: [PATCH] fix(docs): note switch to eslint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 023f27f..3b340f7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ existing ones up-to-date. Even this readme is a template for others. - publish npm packages from tags - bundled with `rollup` - 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) - code coverage measured with `nyc` - changelog generated with `standard-release`