Logo
Explore Help
Register Sign In
MediaMetz/gemini-cli
1
0
Fork 0
You've already forked gemini-cli
mirror of https://github.com/google-gemini/gemini-cli.git synced 2026-04-02 17:31:05 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
f3ffaf09c7205700a2f871511f3752bf130833aa
gemini-cli/.prettierrc.json

18 lines
273 B
JSON
Raw Normal View History

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,
cleanup(markdown): Prettier format all markdown @ 80 char width (#10714)
2025-10-09 08:17:37 -04:00
"tabWidth": 2,
"overrides": [
{
"files": ["**/*.md"],
"options": {
"tabWidth": 2,
"printWidth": 80,
"proseWrap": "always"
}
}
]
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
Powered by Gitea Version: 1.25.3 Page: 3742ms Template: 148ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API