Skip to content

Commit 20c8232

Browse files
Clarify gts import with a better comment
1 parent cec2d93 commit 20c8232

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

renderers/react/eslint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ export default tseslint.config(
2727
// TypeScript recommended rules
2828
...tseslint.configs.recommended,
2929

30-
// Google
30+
// Google TypeScript style guide plugin.
31+
// See: https://github.com/google/gts
32+
// And: https://google.github.io/styleguide/tsguide.html
3133
...require('gts'),
3234

3335
// React configuration

0 commit comments

Comments
 (0)