From cec3a9dfa08db1efd166001d604b04d4fa8ab53f Mon Sep 17 00:00:00 2001 From: Vlad Shcherbin Date: Wed, 20 May 2020 14:45:57 +0300 Subject: [PATCH] Fix type typo in filename-case docs (#739) --- docs/rules/filename-case.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/filename-case.md b/docs/rules/filename-case.md index e3da4b009c..010afa345c 100644 --- a/docs/rules/filename-case.md +++ b/docs/rules/filename-case.md @@ -50,7 +50,7 @@ You can set the `case` option like this: ### cases -Type: `{[type: string]: string}` +Type: `{[type: string]: boolean}` You can set the `cases` option to allow multiple cases: