# @vue-vine/eslint-parser

[English](./README.md)

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]

[Vue Vine](https://vue-vine.dev) 的 ESLint 解析器。

## 安装

```bash
npm install @vue-vine/eslint-parser
```

## 使用

在 ESLint 配置文件中配置：

```js
export default {
  parser: '@vue-vine/eslint-parser',
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
  },
}
```

## 许可证

MIT License © 2024-PRESENT [ShenQingchuan](https://github.com/shenqingchuan)

<!-- Badges -->

[npm-version-src]: https://img.shields.io/npm/v/@vue-vine/eslint-parser?style=flat&colorA=080f12&colorB=1fa669
[npm-version-href]: https://npmjs.com/package/@vue-vine/eslint-parser
[npm-downloads-src]: https://img.shields.io/npm/dm/@vue-vine/eslint-parser?style=flat&colorA=080f12&colorB=1fa669
[npm-downloads-href]: https://npmjs.com/package/@vue-vine/eslint-parser
