summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/table/README.md
diff options
context:
space:
mode:
authorzhangyongsheng <zhangyongsheng@youzan.com>2020-12-19 22:00:34 +0800
committerMichaƫl Zasso <targos@protonmail.com>2020-12-21 14:24:53 +0100
commiteefb424c6060582714bcef09a12fc7a74c35384a (patch)
treee8e6a0ce6657866e37baad836a3c1d0da9ef71d1 /tools/node_modules/eslint/node_modules/table/README.md
parent775ce40c99a611577f91ec901a57dd18fa6a58e6 (diff)
downloadios-node-v8-eefb424c6060582714bcef09a12fc7a74c35384a.tar.gz
ios-node-v8-eefb424c6060582714bcef09a12fc7a74c35384a.tar.bz2
ios-node-v8-eefb424c6060582714bcef09a12fc7a74c35384a.zip
tools: update ESLint to 7.16.0
PR-URL: https://github.com/nodejs/node/pull/36579 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/table/README.md')
-rw-r--r--tools/node_modules/eslint/node_modules/table/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/node_modules/eslint/node_modules/table/README.md b/tools/node_modules/eslint/node_modules/table/README.md
index b3942042c1..a0ec411a6d 100644
--- a/tools/node_modules/eslint/node_modules/table/README.md
+++ b/tools/node_modules/eslint/node_modules/table/README.md
@@ -56,9 +56,8 @@ npm install table
Table data is described using an array (rows) of array (cells).
```js
-import {
- table
-} from 'table';
+import tableImport from 'table';
+const { table } = tableImport;
// Using commonjs?
// const {table} = require('table');
@@ -488,7 +487,7 @@ table(data, config);
| 2A | 2B | 2C |
+----+----+----+
-# void (no borders; see "bordless table" section of the documentation)
+# void (no borders; see "borderless table" section of the documentation)
0A 0B 0C