import * as prettier from 'prettier';

declare const baseConfig: prettier.Options;

export { baseConfig as default };
