// TODO: Eslint
use ;
use FormatterFn;
/// Format the specified file using [ESLint](https://eslint.org).
// Assert that the function signature matches the expected type.
const _: FormatterFn = eslint;
/// Format the specified file using [Prettier](https://prettier.io).
// Assert that the function signature matches the expected type.
const _: FormatterFn = prettier;