From 9f0841554a38f494006e346091914ecb64475899 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Mon, 14 Jun 2021 00:19:45 -0400 Subject: [PATCH] fix: broken link to prettier rules --- .eslintrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 17f9c63f26..7423142125 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -588,8 +588,8 @@ overrides: '@typescript-eslint/no-use-before-define': off '@typescript-eslint/no-duplicate-imports': off # Superseded by `import/no-duplicates` - # Bellow rules are disabled because coflicts with Prettier, see: - # https://github.com/prettier/eslint-config-prettier/blob/master/%40typescript-eslint.js + # Below rules are disabled because they conflict with Prettier, see: + # https://github.com/prettier/eslint-config-prettier/blob/main/index.js '@typescript-eslint/object-curly-spacing': off '@typescript-eslint/quotes': off '@typescript-eslint/brace-style': off