This website requires JavaScript.
Explore
Help
Register
Sign In
liuhuayong
/
qwen-code
Watch
1
Star
0
Fork
0
You've already forked qwen-code
Code
Issues
Pull Requests
Actions
5
Packages
Projects
Releases
Wiki
Activity
4002e980d9
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-18 05:57:39 +08:00
{
Run `npm run format` - Also updated README.md accordingly. Part of https://b.corp.google.com/issues/411384603
2025-04-18 06:06:21 +08: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-18 05:57:39 +08:00
}
Reference in New Issue
Copy Permalink