Skip to content

Commit 566c748

Browse files
chore: fix EditorConfig lint errors
PR-URL: #7849 Closes: #7840 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 1a121d7 commit 566c748

File tree

1 file changed

+7
-1
lines changed
  • lib/node_modules/@stdlib/_tools/github/get

1 file changed

+7
-1
lines changed

lib/node_modules/@stdlib/_tools/github/get/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ function onResponse( error, data, info ) {
110110

111111
To [authenticate][github-oauth2] with an endpoint, set the [`token`][github-token] option.
112112

113+
<!-- eslint-disable @cspell/spellchecker -->
114+
113115
```javascript
114116
var opts = {
115117
'token': 'tkjorjk34ek3nj4!'
@@ -223,6 +225,8 @@ function onResponse( error, data, info ) {
223225

224226
Returns a `function` which can be repeatedly invoked to retrieve resources from a [GitHub API][github-api] endpoint.
225227

228+
<!-- eslint-disable @cspell/spellchecker -->
229+
226230
```javascript
227231
function onResponse( error, data, info ) {
228232
// Check for rate limit info...
@@ -289,6 +293,8 @@ The method accepts the same `options` as [`get()`](#get) above.
289293

290294
## Examples
291295

296+
<!-- eslint-disable @cspell/spellchecker -->
297+
292298
<!-- eslint no-undef: "error" -->
293299

294300
```javascript
@@ -357,7 +363,7 @@ Options:
357363
--page page Resource page. Default: 1.
358364
--last_page page Last resource page to resolve. Default: 1.
359365
--per_page size Page size. Default: 100.
360-
--qs, --query qs Params portion of a query string.
366+
--qs, --query qs Params portion of a query string.
361367
```
362368

363369
</section>

0 commit comments

Comments
 (0)