@fenge/eslint-config
Version:
A super strict eslint config for linting js/ts/package.json.
12 lines • 432 B
TypeScript
export declare function getTsCli(): {
readonly name: "fenge/typescript/cli";
readonly files: readonly ["**/*.cli.{ts,cts,mts,tsx}"];
readonly rules: {
readonly "es-x/no-hashbang": "off";
readonly "es-x/no-top-level-await": "off";
readonly "esm/required-exports": "off";
readonly "n/no-process-exit": "off";
readonly "no-console": "off";
};
};
//# sourceMappingURL=cli.d.ts.map