@vue-vine/eslint-parser
v1.1.12
Published
ESLint parser for Vue Vine
Downloads
384
Readme
@vue-vine/eslint-parser
Vue Vine 的 ESLint 解析器。
安装
npm install @vue-vine/eslint-parser使用
在 ESLint 配置文件中配置:
export default {
parser: '@vue-vine/eslint-parser',
parserOptions: {
ecmaVersion: 'latest',
sourceType: 'module',
},
}许可证
MIT License © 2024-PRESENT ShenQingchuan
