mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-06-26 22:40:29 -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.
4 lines
163 B
JavaScript
4 lines
163 B
JavaScript
import * as eslintConfigScratch from './eslint.mjs'
|
|
import * as prettierConfigScratch from './prettier.mjs'
|
|
|
|
export { eslintConfigScratch, prettierConfigScratch }
|