We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58122ef commit 21b45a7Copy full SHA for 21b45a7
.eslintrc.yml
@@ -594,8 +594,8 @@ overrides:
594
'@typescript-eslint/no-use-before-define': off
595
'@typescript-eslint/no-duplicate-imports': off # Superseded by `import/no-duplicates`
596
597
- # Bellow rules are disabled because coflicts with Prettier, see:
598
- # 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
599
'@typescript-eslint/object-curly-spacing': off
600
'@typescript-eslint/quotes': off
601
'@typescript-eslint/brace-style': off
0 commit comments