We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7fab95 commit 55ef72eCopy full SHA for 55ef72e
.eslintrc.js
@@ -18,6 +18,7 @@ module.exports = {
18
'@typescript-eslint/no-object-literal-type-assertion': 'off',
19
'react-hooks/rules-of-hooks': 'error',
20
'react-hooks/exhaustive-deps': 'error',
21
+ '@typescript-eslint/ban-ts-ignore': 'warn',
22
},
23
settings: {
24
react: {
src/__snapshots__/index.test.tsx.snap
@@ -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