igaozp / notes

个人笔记 & 博客文章备份
MIT License
3 stars 2 forks source link

ESLint 中配置 Vue.js #11

Open igaozp opened 6 years ago

igaozp commented 6 years ago
  1. 安装项目依赖 npm install --save-dev eslint-config-vue eslint-plugin-vue

  2. 在项目根目录下创建 .eslintrc 文件

  3. 在文件中添加如下字段 "extends": "vue"