astro-ghostcms/.pnpm-store/v3/files/7e/d972b5fc914ea340bfa4d664e98...

13 lines
247 B
Plaintext

import * as eslint from 'eslint';
/**
* Get ESLint class
*/
declare function getESLint(): typeof eslint.ESLint;
/**
* Get LegacyESLint class
*/
declare function getLegacyESLint(): typeof eslint.ESLint;
export { getESLint, getLegacyESLint };