Skip to content

Commit c153084

Browse files
authored
fix: add missing types for no-implicit-coercion options (#18903)
1 parent 19c6856 commit c153084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/types/rules/best-practices.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ export interface BestPractices extends Linter.RulesRecord {
474474
/**
475475
* @default []
476476
*/
477-
allow: Array<"~" | "!!" | "+" | "*">;
477+
allow: Array<"~" | "!!" | "+" | "- -" | "-" | "*">;
478478
}>,
479479
]
480480
>;

0 commit comments

Comments
 (0)