summaryrefslogtreecommitdiff
path: root/doc/api/dns.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-07-03 03:05:59 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2017-07-05 06:51:10 +0300
commit15599cbc977af3bc2a94365adc6687ca5e2bde04 (patch)
treefd4c0022ed9e2059fb5e979332cb247627d077f0 /doc/api/dns.md
parent5100cc6851e5513b9e11f7e6244436ba48c79f2b (diff)
downloadandroid-node-v8-15599cbc977af3bc2a94365adc6687ca5e2bde04.tar.gz
android-node-v8-15599cbc977af3bc2a94365adc6687ca5e2bde04.tar.bz2
android-node-v8-15599cbc977af3bc2a94365adc6687ca5e2bde04.zip
tools: update: eslint-plugin-markdown@1.0.0-beta.7
* Remove pinning of eslint-plugin-markdown An issue affecting Node.js source has been fixed in eslint-plugin-markdown so we don't need to pin it to beta-4 anymore. Refs: https://github.com/eslint/eslint-plugin-markdown/issues/69 * Update eslint-plugin-markdown up to 1.0.0-beta.7 * Fix docs for eslint-plugin-markdown@1.0.0-beta.7 PR-URL: https://github.com/nodejs/node/pull/14047 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Diffstat (limited to 'doc/api/dns.md')
-rw-r--r--doc/api/dns.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/dns.md b/doc/api/dns.md
index 3813712305..b4d078bbb8 100644
--- a/doc/api/dns.md
+++ b/doc/api/dns.md
@@ -65,7 +65,7 @@ section if a custom port is used.
For example:
-<!-- eslint-disable -->
+<!-- eslint-disable semi-->
```js
[
'4.4.4.4',
@@ -314,7 +314,7 @@ function will contain an array of objects with the following properties:
For example:
-<!-- eslint-disable -->
+<!-- eslint-skip -->
```js
{
flags: 's',
@@ -374,7 +374,7 @@ be an object with the following properties:
* `expire`
* `minttl`
-<!-- eslint-disable -->
+<!-- eslint-skip -->
```js
{
nsname: 'ns.example.com',
@@ -405,7 +405,7 @@ be an array of objects with the following properties:
* `port`
* `name`
-<!-- eslint-disable -->
+<!-- eslint-skip -->
```js
{
priority: 10,
@@ -459,12 +459,12 @@ will be present on the object:
Here is a example of the `ret` object passed to the callback:
-<!-- eslint-disable -->
+<!-- eslint-disable semi -->
```js
[ { type: 'A', address: '127.0.0.1', ttl: 299 },
{ type: 'CNAME', value: 'example.com' },
{ type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 },
- { type: 'NS', value: 'ns1.example.com', type: 'NS' },
+ { type: 'NS', value: 'ns1.example.com' },
{ type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] },
{ type: 'SOA',
nsname: 'ns1.example.com',