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 52f5b7a commit 81c3c93Copy full SHA for 81c3c93
lib/types/rules.d.ts
@@ -619,7 +619,7 @@ export interface ESLintRules extends Linter.RulesRecord {
619
* @see https://eslint.org/docs/latest/rules/curly
620
*/
621
curly: Linter.RuleEntry<
622
- ["all" | "multi" | "multi-line" | "multi-or-nest" | "consistent"]
+ ["all"] | ["multi" | "multi-line" | "multi-or-nest", "consistent"?]
623
>;
624
625
/**
0 commit comments