We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a090610 commit 6a9fb15Copy full SHA for 6a9fb15
docs/rules/no-unused-placeholders.md
@@ -9,7 +9,7 @@ Reports when a context.report call contains a data property that does not have a
9
Examples of **incorrect** code for this rule:
10
11
```js
12
-/*eslint eslint-plugin/no-missing-placeholders: error*/
+/*eslint eslint-plugin/no-unused-placeholders: error*/
13
14
module.exports = {
15
create(context) {
@@ -28,7 +28,7 @@ module.exports = {
28
Examples of **correct** code for this rule:
29
30
31
32
33
34
0 commit comments