@fenge/eslint-config
Version:
A super strict eslint config for linting js/ts/package.json.
12 lines • 489 B
TypeScript
export declare function getTsDeclaration(): {
readonly name: "fenge/typescript/declaration";
readonly files: readonly ["**/*.d.{ts,cts,mts,tsx}"];
readonly rules: {
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