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

13 lines
247 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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 };