Skip to content

Commit ac92fc9

Browse files
authored
chore(codemods): disable no-unnecessary-condition in test fixtures (#6457)
1 parent 9f7725a commit ac92fc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/codemods/.eslintrc.cjs

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ const config = {
1313
'import/no-unresolved': 'off',
1414
'sort-imports': 'off',
1515
'@typescript-eslint/no-unused-vars': 'off',
16+
'@typescript-eslint/no-unnecessary-condition': 'off',
1617
},
1718
},
1819
],

0 commit comments

Comments
 (0)