Skip to content

Commit 68059b1

Browse files
Docs: Fix incorrect rule reference in meta-property-ordering (#96)
1 parent 93d082c commit 68059b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/meta-property-ordering.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ module.exports = {
4545
Examples of **correct** code for this rule:
4646

4747
```js
48-
/* eslint eslint-plugin/test-case-property-ordering: ["error",
48+
/* eslint eslint-plugin/meta-property-ordering: ["error",
4949
["type", "docs", "fixable", "schema", "messages"]
5050
] */
5151

0 commit comments

Comments
 (0)