Requires spaces after return
, throw
, and case
keywords.
(removed) This rule was removed in ESLint v2.0 and replaced by the keyword-spacing rule.
(fixable) The --fix
option on the command line automatically fixed problems reported by this rule.
Require spaces following return
, throw
, and case
.
Examples of incorrect code for this rule:
Examples of correct code for this rule:
This rule was introduced in ESLint v0.1.4 and removed in v2.0.0-beta.3.
© OpenJS Foundation and other contributors
Licensed under the MIT License.
https://eslint.org/docs/latest/rules/space-return-throw-case