Skip to content

Commit

Permalink
fix: broken link to prettier rules (#3173)
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Jun 14, 2021
1 parent 58122ef commit 21b45a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Expand Up @@ -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
Expand Down

0 comments on commit 21b45a7

Please sign in to comment.