From f4a3a6264bbe52e5a433cef64b6c64b781b41d58 Mon Sep 17 00:00:00 2001 From: Evan Siroky Date: Thu, 24 Jun 2021 11:10:16 -0700 Subject: [PATCH] fix: add more linting rules --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1714a12..0d710df 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ $ mastarm format index.js ### `lint` -Lint using [Standard](http://standardjs.com/) and various configurations noted in an [internal eslintrc.json file](https://github.com/conveyal/mastarm/blob/dev/lib/eslintrc.json). Everything is passed directly to [`standard-engine`](https://github.com/Flet/standard-engine). +Lint using [Standard](http://standardjs.com/) and various configurations noted in an [internal eslintrc.json file](https://github.com/conveyal/mastarm/blob/master/lib/eslintrc.json). Everything is passed directly to [`standard-engine`](https://github.com/Flet/standard-engine). ```shell $ mastarm lint [paths...]