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 b960f12 commit dfb5ab4Copy full SHA for dfb5ab4
.eslintrc.json
@@ -36,8 +36,9 @@
36
"error",
37
"stroustrup"
38
],
39
-
+
40
"no-console": "error",
41
- "no-trailing-spaces": "error"
+ "no-trailing-spaces": "error",
42
+ "@typescript-eslint/no-non-null-assertion": "off"
43
}
44
src/hcaptcha.tsx
@@ -265,7 +265,6 @@ const HCaptcha: Component<HCaptchaProps> = (props) => {
265
266
return (
267
<div
268
- // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
269
ref={captcha_ref!}
270
id={state.elementId}
271
/>
0 commit comments