Skip to content

Commit

Permalink
Docs: tweak no-unsupported-features
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Apr 27, 2016
1 parent 198837c commit 45a3d90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/rules/no-unsupported-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 45a3d90

Please sign in to comment.