-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
zh-cn: Format /web/api using Prettier (part 4) #14678
Conversation
Preview URLs (100 pages)
Flaws (320)Note! 13 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLs (3)URL:
URL:
(comment last updated: 2023-07-30 02:44:28) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm sad that /web/api part has too many codeblocks that should have 'nolint' on it :(
@@ -16,7 +16,7 @@ slug: Web/API/EventTarget/dispatchEvent | |||
## 语法 | |||
|
|||
```js | |||
dispatchEvent(event) | |||
dispatchEvent(event); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nolint again :(
@@ -32,7 +32,7 @@ slug: Web/API/FetchEvent/respondWith | |||
## 语法 | |||
|
|||
```js | |||
respondWith(response) | |||
respondWith(response); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nolint
Co-authored-by: Jason Ren <[email protected]>
Co-authored-by: Jason Ren <[email protected]>
Co-authored-by: Jason Ren <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This PR formats the
/web/api
folder of the Simplified Chinese locale using Prettier. This is the fourth part.