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', + } } ] ```