Skip to content

Commit

Permalink
fix: typo and update links
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed May 30, 2021
1 parent 2161581 commit 1b68ae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.yml
Expand Up @@ -589,8 +589,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/aeb4d52de54960ff48a8c627e6c25db9873d7719/index.js#L97-L110
'@typescript-eslint/object-curly-spacing': off
'@typescript-eslint/quotes': off
'@typescript-eslint/brace-style': off
Expand Down

0 comments on commit 1b68ae7

Please sign in to comment.