eslint-etc
Version:
Utils for ESLint TypeScript rules
10 lines (7 loc) • 306 B
text/typescript
/**
* @license Use of this source code is governed by an MIT-style license that
* can be found in the LICENSE file at https://github.com/cartant/eslint-etc
*/
import { ESLintUtils } from "@typescript-eslint/experimental-utils";
const { getParserServices } = ESLintUtils;
export { getParserServices };