0.0.5 • Published 3 years ago
@fe_korey/eslint-config-vue v0.0.5
eslint-config-tcf-vue
前言
eslint-config-tcf-vue 是腾讯云前端,vue 项目的统一代码规范
安装
安装依赖:
tnpm i --save-dev @tencent/eslint-config-tcf-vue配置.eslintrc:
{ "extends": ["@tencent/eslint-config-tcf-vue"] }
注意
- 本项目约束了
eslint相关依赖包的版本,不要自行安装。务必移除所有eslint相关包 - 若使用异常,请删除
node_modules重新安装。 - 若
IDE未生效,请务必重启IDE。
0.0.5
3 years ago