/** * {@link https://eslint.org/ | ESLint} test for {@link https://github.com/phenomnomnominal/betterer | **Betterer**}. * * From {@link https://www.npmjs.com/package/@betterer/eslint | `@betterer/eslint@6.0.0``}, this test only works with ESLint's new flat config, so if you are * using the old configuration format, you'll need to use an older version of `@betterer/eslint`. * * @packageDocumentation */ export type { BettererESLintConfig } from './types.js'; export { eslint } from './eslint.js'; //# sourceMappingURL=index.d.ts.map