From 274625a0ab3cdd032b7ef0abcdf8df45ef90498b Mon Sep 17 00:00:00 2001 From: Holger Jeromin Date: Sun, 13 Oct 2019 15:45:48 +0200 Subject: [PATCH] Update link to built-in formatter (#164) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8656a242..e446209d 100644 --- a/readme.md +++ b/readme.md @@ -68,7 +68,7 @@ In addition the following options are supported: Type: `string`
Default: `'stylish'` -Name of a [built-in formatter](https://github.com/nzakas/eslint/tree/master/lib/formatters) or path to a custom one. +Name of a [built-in formatter](https://github.com/eslint/eslint/tree/master/lib/cli-engine/formatters) or path to a custom one. Some formatters you might find useful: [eslint-json](https://github.com/sindresorhus/eslint-json), [eslint-tap](https://github.com/sindresorhus/eslint-tap).