We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d082c commit 68059b1Copy full SHA for 68059b1
docs/rules/meta-property-ordering.md
@@ -45,7 +45,7 @@ module.exports = {
45
Examples of **correct** code for this rule:
46
47
```js
48
-/* eslint eslint-plugin/test-case-property-ordering: ["error",
+/* eslint eslint-plugin/meta-property-ordering: ["error",
49
["type", "docs", "fixable", "schema", "messages"]
50
] */
51
0 commit comments