Skip to content

Commit

Permalink
Docs: Add require-meta-fixable to the list of rules in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Dec 14, 2016
1 parent f96939a commit 45dac85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ Additionally, you can enable all recommended rules from this plugin:
🛠 indicates that a rule is fixable.

* ✔️ 🛠 [no-deprecated-report-api](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/no-deprecated-report-api.md): Prohibits the deprecated `context.report(node, message)` API
[report-message-format](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/report-message-format.md): Enforces a consistent format for report messages
* [report-message-format](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/report-message-format.md): Enforces a consistent format for report messages
* ✔️ [require-meta-fixable](https://github.com/not-an-aardvark/eslint-plugin-eslint-plugin/blob/master/docs/rules/require-meta-fixable.md): Requires a `meta.fixable` property for fixable rules

0 comments on commit 45dac85

Please sign in to comment.