/** * @file - Shared configuration for "prettier-plugin-sh" * @author - Jeff Beck. * @ref https://www.npmjs.com/package/prettier-plugin-sh * @ref https://github.com/un-ts/prettier * @ref https://github.com/un-ts/prettier/tree/master/packages/sh */ import type { Config } from "prettier"; declare const config: Config; export default config; //# sourceMappingURL=sh.d.ts.map