This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
gemini-cli
Watch
1
Star
0
Fork
You've already forked gemini-cli
0
mirror of
https://github.com/google-gemini/gemini-cli
synced
2026-04-21 21:47:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
22
6fb01ddcc4
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 21:57:39 +00:00
{
Run `npm run format` - Also updated README.md accordingly. Part of https://b.corp.google.com/issues/411384603
2025-04-17 22:06:21 +00: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 21:57:39 +00:00
}
Reference in a new issue
Copy permalink