1.1.0 • Published 3 years ago

@wkp/eslint-config-vue-prettier-ts v1.1.0

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

代码规范

依赖库

  • Eslint
  • Prittier
  • Typescript

安装

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

配置

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