From bad95b0ab89ea9967539730cdc66b83437677e86 Mon Sep 17 00:00:00 2001 From: Niyaz Akhmetov Date: Thu, 20 Jun 2019 19:38:25 +0300 Subject: [PATCH] :memo: actualize link to eslint formatters --- docs/options/formatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options/formatter.md b/docs/options/formatter.md index ddb7ef88..ab2ff3c2 100644 --- a/docs/options/formatter.md +++ b/docs/options/formatter.md @@ -4,4 +4,4 @@ Option `formatter` will determine how results from Sass Lint will be formatted f ## Options -Any of the supported [ESLint Formatters](https://github.com/eslint/eslint/tree/master/lib/formatters) can be used. Defaults to `stylish` +Any of the supported [ESLint Formatters](https://github.com/eslint/eslint/tree/master/lib/cli-engine/formatters) can be used. Defaults to `stylish`