eslint-config-scratch/prettier.config.mjs
Christopher Willis-Ford a7dda101f2 refactor!: simplify and flatten configurations
BREAKING CHANGE: Configurations are now returned as objects, like most
shared ESLint configurations. The `make*Config` functions are no more.
Also, everything is now exported through one file.
2025-04-30 14:45:36 -07:00

3 lines
106 B
JavaScript

import { prettierConfigScratch } from './lib/index.mjs'
export default prettierConfigScratch.recommended