0.0.5 • Published 3 years ago

@fe_korey/eslint-config-vue v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

eslint-config-tcf-vue

前言

eslint-config-tcf-vue 是腾讯云前端,vue 项目的统一代码规范

安装

  1. 安装依赖:

    tnpm i --save-dev @tencent/eslint-config-tcf-vue
  2. 配置.eslintrc:

    {
      "extends": ["@tencent/eslint-config-tcf-vue"]
    }

注意

  1. 本项目约束了 eslint 相关依赖包的版本,不要自行安装。务必移除所有eslint相关包
  2. 若使用异常,请删除 node_modules 重新安装。
  3. IDE 未生效,请务必重启 IDE
0.0.5

3 years ago