@xyfebaby/eslint-config-vue3
v0.3.0
Published
适用于vue3.x + ts项目的eslint配置
Readme
@xyfebaby/eslint-config-vue3
适用于 vue3+ts 项目的 eslint 配置
Usage
yarn add @xyfebaby/eslint-config-vue3// .eslintrc.js 不建议使用简称
module.exports = {
extends: ["@xyfebaby/eslint-config-vue3"],
};