solid-grecaptcha
Version:
> Package based on [solid-hcaptcha](https://github.com/Vexcited/solid-hcaptcha) using g-recaptcha of google
17 lines (16 loc) • 388 B
JSON
{
"env": {
"browser": true,
"es2021": true
},
"extends": "standard-with-typescript",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
},
"rules": {
"@typescript-eslint/explicit-function-return-type":"off",
"prefer-const":"off",
"@typescript-eslint/strict-boolean-expressions":"off"
}
}