From 21b45a7eaf75e16700929959407f6282607b1e1f Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Mon, 14 Jun 2021 04:40:29 -0400 Subject: [PATCH] fix: broken link to prettier rules (#3173) --- .eslintrc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.eslintrc.yml b/.eslintrc.yml index 1c8c8c4968..39c677e87a 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -594,8 +594,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