From d821fe92aefd72f31fea5e635019b2e86add21a5 Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Thu, 6 Jul 2023 14:22:48 +0100 Subject: [PATCH] Update README for change to indent rule --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a334bce..a1a3c4a 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This config starts from [`eslint:recommended`][1] then adds the following rules: | standard, lax | [brace-style] | `"1tbs", { "allowSingleLine": false }` | | | standard, lax | [comma-dangle] | `"always-multiline"` | 3 | | standard, lax | [curly] | | 2 | -| standard | [indent] | `"tab"` | Tabs are [more accessible][2] | +| standard | [indent] | `"tab", { "SwitchCase": 1 }` | Tabs are [more accessible][2] | | standard | [linebreak-style] | `"unix"` | | | standard, lax | [no-trailing-spaces] | | | | standard, lax | [no-unused-vars] | `{ "ignoreRestSiblings": true }` | |