Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 532 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 532 Bytes

uba lint

说明

uba 代码检查插件

使用

uba lint -t react src

-t 可指定三个参数 js/react/vue

后面跟的是检查目录,可写多个目录

uba lint -t react src demo

可以在package里面配置

"scripts": {
    "dev": "uba server",
    "build": "uba build",
    "lint": "uba lint -t react src"
  },

然后在控制台执行

npm run lint

更多

如果想挖掘更多的uba插件,请点击Npmjs for uba-*