Skip to content

Commit fd1145c

Browse files
committed
Add grecaptcha global to ESLint configuration
1 parent f2d8c76 commit fd1145c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/stack-configs/eslint.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export default [
5959
languageOptions: {
6060
globals: {
6161
...globals.browser,
62-
route: 'readonly'
62+
route: 'readonly',
63+
grecaptcha: 'readonly'
6364
}
6465
},
6566
rules: {

0 commit comments

Comments
 (0)