import type { Linter } from 'eslint'; /** Use babel as eslint parser to support more styntax and features */ declare const babelParser: Linter.Config; export default babelParser;