eslint-config-scratch/lib/index.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

4 lines
163 B
JavaScript

import * as eslintConfigScratch from './eslint.mjs'
import * as prettierConfigScratch from './prettier.mjs'
export { eslintConfigScratch, prettierConfigScratch }