1.1.2 • Published 3 years ago

@dianmi-fe/eslint-config-vue v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@dianmi-fe/eslint-config-vue · GitHub license npm version

a eslint config vue for dianmi-fe

安装

NPM:

npm install --save-dev eslint @dianmi-fe/eslint-config-vue

Yarn:

yarn add --dev eslint @dianmi-fe/eslint-config-vue

使用

创建 .eslintrc.js 文件, 并写入以下内容

for Vue.js 2.x
module.exports = {
    extends: ['@dianmi-fe/eslint-config-vue']
}
for Vue.js 3.x
module.exports = {
    extends: ['@dianmi-fe/eslint-config-vue/v3']
}

其他方式请查看 Eslint 官方文档

其他

配置 vscode 快速格式化代码