import { eslintConfig } from '@kitschpatrol/eslint-config'

export default eslintConfig({
	// Enable as needed:
	// astro: true,
	// react: true,
	// svelte: true,
	// type: 'lib',
})
