summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2021-01-31 23:51:48 -0800
committerJames M Snell <jasnell@gmail.com>2021-02-12 08:38:44 -0800
commitc65e492ad3d4057940ad76120d129f824d47503a (patch)
treef8aa58bfcca47ff8449a5ca40fc64d001b0481e5 /.eslintrc.js
parentaecd5ebf49c9c4a8a399d5f56d1705288b84ea36 (diff)
downloadnode-new-c65e492ad3d4057940ad76120d129f824d47503a.tar.gz
doc: refactor fs docs structure
* Convert examples to esm to help promote that pattern with users * Make Promises APIs more prominent to help promite that pattern * Separate callback/sync apis into distinct sections to make those more consistent with the Promises api * Improve other bits and pieces Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/37170 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 6d7afd31fa..ca0e40e4b6 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -54,6 +54,7 @@ module.exports = {
{
files: [
'doc/api/esm.md',
+ 'doc/api/fs.md',
'doc/api/module.md',
'doc/api/modules.md',
'doc/api/packages.md',