mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-07-12 14:13:56 -04:00
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.
3 lines
106 B
JavaScript
3 lines
106 B
JavaScript
import { prettierConfigScratch } from './lib/index.mjs'
|
|
|
|
export default prettierConfigScratch.recommended
|