Skip to content

tinper-uba/uba-lint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-*

About

A code lint tool with uba.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published