/** * While the main index.js config strives to be comprehensive, this config * disables rules that are less important for applications compared to libraries. */ declare const _default: (import('eslint/config').Config | { files: string[]; name?: string; rules?: object; })[]; export default _default;