summaryrefslogtreecommitdiff
path: root/doc/api/vm.md
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2018-02-13 01:52:02 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2018-02-16 21:58:26 +0100
commit69f7ce9cea1cc9b250365e6291bceda87c24473f (patch)
treece4ab8c31952c38d9de2c76eb9615a384125af4d /doc/api/vm.md
parente9ac80bb397293feef3b47f3ed609c86edb48681 (diff)
downloadandroid-node-v8-69f7ce9cea1cc9b250365e6291bceda87c24473f.tar.gz
android-node-v8-69f7ce9cea1cc9b250365e6291bceda87c24473f.tar.bz2
android-node-v8-69f7ce9cea1cc9b250365e6291bceda87c24473f.zip
doc: activate `no-multiple-empty-lines` rule
This enables the `no-multiple-empty-lines` eslint rule for the docs. PR-URL: https://github.com/nodejs/node/pull/18747 Reviewed-By: Weijia Wang <starkwang@126.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matheus Marchini <matheus@sthima.com>
Diffstat (limited to 'doc/api/vm.md')
-rw-r--r--doc/api/vm.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 824cd4d403..e4ea6ca87a 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -93,7 +93,6 @@ const contextifiedSandbox = vm.createContext({ secret: 42 });
s;
`, { context: contextifiedSandbox });
-
// Step 2
//
// "Link" the imported dependencies of this Module to it.
@@ -132,7 +131,6 @@ const contextifiedSandbox = vm.createContext({ secret: 42 });
}
await bar.link(linker);
-
// Step 3
//
// Instantiate the top-level Module.
@@ -142,7 +140,6 @@ const contextifiedSandbox = vm.createContext({ secret: 42 });
bar.instantiate();
-
// Step 4
//
// Evaluate the Module. The evaluate() method returns a Promise with a single