This website requires JavaScript.
Explore
Help
Sign in
acmcarther
/
qwen-code
Watch
1
Star
0
Fork
You've already forked qwen-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
6
e5a50d0154
qwen-code
/
.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 a new issue
Copy permalink