single-file-domain-folder
a graduated domain folder holding one file
Deterministic checkadvisory by defaultbasecode
The argument
This rule states its summary and proves it with an example.
The proof
failsrc/billing/common/formatting/formatDate.ts
export const formatDate = () => 1;
pass
export const parseDate = () => 1;
Turn it down
Both lines go in your lightsout.config.json.
"standards-checks": { "single-file-domain-folder": "advisory" }"standards-checks": { "single-file-domain-folder": "off" }