Skip to content

Commit

Permalink
fix: disable conflicting rule
Browse files Browse the repository at this point in the history
Closes #103
  • Loading branch information
kentcdodds committed May 11, 2021
1 parent be401e4 commit 8e5673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best-practices.js
Expand Up @@ -185,7 +185,7 @@ module.exports = {
'@typescript-eslint/no-unnecessary-type-assertion': 'error',
'@typescript-eslint/no-unnecessary-type-constraint': 'error',
'@typescript-eslint/no-var-requires': 'error',
'@typescript-eslint/non-nullable-type-assertion-style': 'error',
'@typescript-eslint/non-nullable-type-assertion-style': 'off',
'@typescript-eslint/prefer-as-const': 'error',
'@typescript-eslint/prefer-enum-initializers': 'error', // makes total sense
'@typescript-eslint/prefer-function-type': 'off', // though I'm not sure I understand it
Expand Down

0 comments on commit 8e5673c

Please sign in to comment.