Skip to content

Commit 1da1999

Browse files
authored
style: disable lint rule
Signed-off-by: Athan <[email protected]>
1 parent 3295d2c commit 1da1999

File tree

1 file changed

+6
-0
lines changed
  • lib/node_modules/@stdlib/_tools/github/get

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)