latest.d.ts
443 Bytes
export declare const rules: {
"adjacent-overload-signatures": boolean;
"no-unsafe-finally": boolean;
"object-literal-key-quotes": (boolean | string)[];
"object-literal-shorthand": boolean;
"only-arrow-functions": (boolean | string)[];
"ordered-imports": (boolean | {
"import-sources-order": string;
"named-imports-order": string;
})[];
};
declare const xtends: string;
export { xtends as extends };