3.0.1 • Published 2 years ago
@hovey/eslint-config-vue v3.0.1
@hovey/eslint-config-vue
Usage
使用 npm
or yarn
or pnpm
安装。
npm install -D eslint prettier typescript @hovey/eslint-config-vue
添加 .eslintrc.js
配置文件。
module.exports = {
root: true,
extends: '@hovey/eslint-config-vue',
}