This website requires JavaScript.
Explore
Help
Register
Sign In
MediaMetz
/
gemini-cli
Watch
1
Star
0
Fork
0
You've already forked gemini-cli
mirror of
https://github.com/google-gemini/gemini-cli.git
synced
2026-03-10 22:21:22 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
93284281de4a1593de802f3823707b9c1a43171e
gemini-cli
/
.prettierrc.json
8 lines
105 B
JSON
Raw
Normal View
History
Unescape
Escape
Configure linter + prettier. - This is based on existing expectations for TS code in Google-esc repos. - First part of the change (we have not run any linter or formatting commands). After this changeset goes in I'll do a mass changeset push. Fixes https://b.corp.google.com/issues/411384603
2025-04-17 17:57:39 -04:00
{
Run `npm run format` - Also updated README.md accordingly. Part of https://b.corp.google.com/issues/411384603
2025-04-17 18:06:21 -04:00
"semi"
:
true
,
"trailingComma"
:
"all"
,
"singleQuote"
:
true
,
"printWidth"
:
80
,
"tabWidth"
:
2
Configure linter + prettier. - This is based on existing expectations for TS code in Google-esc repos. - First part of the change (we have not run any linter or formatting commands). After this changeset goes in I'll do a mass changeset push. Fixes https://b.corp.google.com/issues/411384603
2025-04-17 17:57:39 -04:00
}
Reference in New Issue
Copy Permalink