From 1d1cf2d1878c722fc426fd68f793a7e0ce50529a Mon Sep 17 00:00:00 2001 From: Tristan Sokol Date: Wed, 14 Mar 2018 08:16:36 -0700 Subject: [PATCH] fix a typo in number of configurations --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9797e5f9b..44315cfa1 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ If you want to disallow `eslint-disable` functionality, please disable [vue/comm ## :gear: Configs -This plugin provides two predefined configs: +This plugin provides four predefined configs: - `plugin:vue/base` - Settings and rules to enable correct ESLint parsing - `plugin:vue/essential` - Above, plus rules to prevent errors or unintended behavior - `plugin:vue/strongly-recommended` - Above, plus rules to considerably improve code readability and/or dev experience