Skip to content

Commit 55ef72e

Browse files
committed
fix lint
1 parent a7fab95 commit 55ef72e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
'@typescript-eslint/no-object-literal-type-assertion': 'off',
1919
'react-hooks/rules-of-hooks': 'error',
2020
'react-hooks/exhaustive-deps': 'error',
21+
'@typescript-eslint/ban-ts-ignore': 'warn',
2122
},
2223
settings: {
2324
react: {
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Jest Snapshot v1, https://goo.gl/fbAQLP
2+
3+
exports[`React Hook Form Error should render correctly 1`] = `[Function]`;

0 commit comments

Comments
 (0)