We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7725a commit ac92fc9Copy full SHA for ac92fc9
packages/codemods/.eslintrc.cjs
@@ -13,6 +13,7 @@ const config = {
13
'import/no-unresolved': 'off',
14
'sort-imports': 'off',
15
'@typescript-eslint/no-unused-vars': 'off',
16
+ '@typescript-eslint/no-unnecessary-condition': 'off',
17
},
18
19
],
0 commit comments