import type { ConfigObject } from '@eslint/core'; /** * Config applied to transformed source in generation process. * Rules must be compatible with auto fix to be applied. */ declare const baseConfig: ConfigObject; export default baseConfig;