From 4cbb1baea2153aea1f8c1a2224618e355d774590 Mon Sep 17 00:00:00 2001 From: henribru <6639509+henribru@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:56:31 +0200 Subject: [PATCH] docs: add missing curly bracket in example config --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d305ec5..c31a50b 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ export default [ rules: { // Turn off the recommended rules that you don't need. '@typescript-eslint/no-redundant-type-constituents': 'off', + } } ] ```