mysticatea/eslint-plugin-node

fs.promises is marked as unsupported

Open

#174 创建于 2019年6月23日

在 GitHub 查看
 (7 评论) (3 反应) (0 负责人)JavaScript (186 fork)github user discovery
acceptedenhancementhelp wanted

仓库指标

Star
 (956 star)
PR 合并指标
 (PR 指标待抓取)

描述

v9 is reporting fs.promises as unsupported in Node v10.1 in rule no-unsupported-features/node-builtins, but fs.promises was added in Node v10.1. Although it was an experimental feature until Node v11.14, it was still technically supported.

no-unsupported-features/node-builtins should treat experimental features as supported or it should be configurable to do so.

This is preventing me from upgrading to v9.

贡献者指南