From 45a3d9016283955526e49c45b7c1af33e7b4b453 Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Wed, 27 Apr 2016 22:27:21 +0900 Subject: [PATCH] Docs: tweak `no-unsupported-features` --- docs/rules/no-unsupported-features.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/rules/no-unsupported-features.md b/docs/rules/no-unsupported-features.md index b47cf9fc..aaaea73a 100644 --- a/docs/rules/no-unsupported-features.md +++ b/docs/rules/no-unsupported-features.md @@ -24,7 +24,8 @@ This rule accepts the following version number: - `5` - `6` -If the version was omitted, this rule would read the [engines](https://docs.npmjs.com/files/package.json#engines) field of `package.json`. +If the version was omitted, this rule will read the [engines](https://docs.npmjs.com/files/package.json#engines) field of `package.json`. +If both the `version` option and the `engines` field don't exist, this rule will use the minimum version Node community is maintaining (It's `0.10` currently). The following patterns are considered problems: