Skip to content

Commit

Permalink
Docs: add deprecated rules table (fixes #129) (#130)
Browse files Browse the repository at this point in the history
* Docs: add deprecated rules table

no-unsupported-features was replaced by no-unsupported-ecma-features.

* Update README.md
  • Loading branch information
aladdin-add authored and mysticatea committed Jul 18, 2018
1 parent a4a7ad2 commit 4467dcb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -89,6 +89,13 @@ $ npm install --save-dev eslint eslint-plugin-node

<!--RULES_TABLE_END-->

### Deprecated
These rules have been deprecated in accordance with the [deprecation policy](https://eslint.org/docs/user-guide/rule-deprecation), and replaced by newer rules:

| Deprecated rule | Replaced by | |
|:--------|:------------|:--:|
| [node/no-unsupported-features](./docs/rules/no-unsupported-features.md) | [node/no-unsupported-ecma-features](./docs/rules/no-unsupported-features/no-unsupported-ecma-features.md) | |

## 🔧 Configs

This plugin provides `plugin:node/recommended` preset config.
Expand Down

0 comments on commit 4467dcb

Please sign in to comment.