Skip to content

lxchapu/eslint-config-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-vue

Install

pnpm add eslint @lxchapu/eslint-config-vue -D

Usage

在你的 eslint 配置文件中添加以下内容:

{
  extends: ["@lxchapu/eslint-config-vue"]
}

package.json 中添加脚本:

{
  "lint": "eslint --fix src/**/*.{js,ts,tsx,vue}"
}

Lincense

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published