@manuth/eslint-plugin-typescript
Version:
A set of personal eslint-rulesets for TypeScript-projects
18 lines (17 loc) • 582 B
text/typescript
import { IConfiguration } from "./IConfiguration.cjs";
/**
* The weak configuration for rules which work without type checking.
*/
export declare const weak: IConfiguration;
/**
* The weak configuration for rules which work without type checking.
*/
export declare const recommended: IConfiguration;
/**
* The weak configuration for rules which require type checking.
*/
export declare const weakWithTypeChecking: IConfiguration;
/**
* The recommended configuration for rules which require type checking.
*/
export declare const recommendedWithTypeChecking: IConfiguration;