2025-03-28 15:05:27 -07:00
|
|
|
import { makeEslintConfig } from './lib/index.mjs'
|
2025-03-26 07:54:09 -07:00
|
|
|
|
2025-03-28 14:06:10 -07:00
|
|
|
/** @type {import('typescript-eslint').ConfigArray} */
|
2025-03-28 15:05:27 -07:00
|
|
|
export default makeEslintConfig({ globals: 'node' })
|