Skip to content

Commit 21b45a7

Browse files
authored
fix: broken link to prettier rules (#3173)
1 parent 58122ef commit 21b45a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.eslintrc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -594,8 +594,8 @@ overrides:
594594
'@typescript-eslint/no-use-before-define': off
595595
'@typescript-eslint/no-duplicate-imports': off # Superseded by `import/no-duplicates`
596596

597-
# Bellow rules are disabled because coflicts with Prettier, see:
598-
# https://github.com/prettier/eslint-config-prettier/blob/master/%40typescript-eslint.js
597+
# Below rules are disabled because they conflict with Prettier, see:
598+
# https://github.com/prettier/eslint-config-prettier/blob/main/index.js
599599
'@typescript-eslint/object-curly-spacing': off
600600
'@typescript-eslint/quotes': off
601601
'@typescript-eslint/brace-style': off

0 commit comments

Comments
 (0)