Update
This commit is contained in:
2
dist/index.d.ts
vendored
2
dist/index.d.ts
vendored
@ -20,6 +20,8 @@ export interface LocalRuleOptions {
|
||||
"rules/restrict-template-expressions": RuleEntry<{
|
||||
allow: string[];
|
||||
}>;
|
||||
/** Ban assignment of empty object literals `{}` and replace them with `Object.create(null)` */
|
||||
"rules/no-empty-object-literal": RuleEntry<unknown>;
|
||||
}
|
||||
export type RuleOptions = Rules & Partial<LocalRuleOptions>;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user