1.0.1 • Published 3 years ago

@efox/eslint-config-vue-prettier-ts v1.0.1

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

Efox 代码规范

依赖库

  • Eslint
  • React
  • Prittier
  • Typescript

安装

  • npm i @efox/eslint-config-vue-prettier-ts --dev or
  • yarn add @efox/eslint-config-vue-prettier-ts -D

使用 yarn 如果出现错误的话 需要补充安装 yarn add eslint-plugin-prettier@latest -D

配置

  • .eslintrc.js 中加入 :
module.exports = {
  "extends": ["@efox/eslint-config-vue-prettier-ts"]
}