We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f7c21e commit 089900bCopy full SHA for 089900b
docs/rules/no-fallthrough.md
@@ -139,7 +139,7 @@ This rule accepts a single options argument:
139
Examples of **correct** code for the `{ "commentPattern": "break[\\s\\w]*omitted" }` option:
140
141
```js
142
-/*eslint no-fallback: ["error", { "commentPattern": "break[\\s\\w]*omitted" }]*/
+/*eslint no-fallthrough: ["error", { "commentPattern": "break[\\s\\w]*omitted" }]*/
143
144
switch(foo) {
145
case 1:
0 commit comments