@fenge/eslint-config
Version:
A super strict eslint config for linting js/ts/package.json.
13 lines • 549 B
TypeScript
export declare function getTsDeclaration(): {
readonly name: "fenge/typescript/declaration";
readonly files: readonly ["**/*.d.{ts,cts,mts,tsx}"];
readonly rules: {
readonly "@fenge/no-triple-slash-directive": "off";
readonly "esm/no-declaration-file-imports": "off";
readonly "esm/no-empty-exports": "off";
readonly "esm/no-side-effect-imports": "off";
readonly "esm/required-exports": "off";
readonly "import/no-default-export": "off";
};
};
//# sourceMappingURL=declaration.d.ts.map