@fe_korey/eslint-config-vue

0.0.5 • Public • Published

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

/@fe_korey/eslint-config-vue/

    Package Sidebar

    Install

    npm i @fe_korey/eslint-config-vue

    Weekly Downloads

    0

    Version

    0.0.5

    License

    ISC

    Unpacked Size

    1.05 kB

    Total Files

    3

    Last publish

    Collaborators

    • fe_korey