import { makeEslintConfig } from './eslint.mjs'
import { makePrettierConfig } from './prettier.mjs'
export { makeEslintConfig, makePrettierConfig }