0.4.3 • Published 2 years ago

@pengzhanbo/eslint-config-vue-ts v0.4.3

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

@pengzhanbo/eslint-config-vue-ts

Install

pnpm add eslint prettier @pengzhanbo/eslint-config-vue-ts @pengzhanbo/prettier-config

Config

.eslintrc/.eslintrc.json

{
  "extends": "@pengzhanbo/eslint-config-vue-ts"
}

package.json

{
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "prettier": "@pengzhanbo/prettier-config"
}