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-03-10 22:21:22 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
gundermanc/fix-link-check
gemini-cli/.prettierrc.json

18 lines
273 B
JSON
Raw Permalink 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: 616ms Template: 8ms
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