standardDirectories top-level constant
The directories the sorter walks. Anything else is left alone.
Implementation
const standardDirectories = [
'lib',
'src',
'bin',
'test',
'tests',
'test_driver',
'integration_test',
'packages',
];