FEMessage / vant

Lightweight Mobile UI Components built on Vue
https://femessage.github.io/vant/#/zh-CN/intro
MIT License
0 stars 6 forks source link

chore: run lint #3

Closed eviIIt closed 4 years ago

eviIIt commented 4 years ago

Why

运行 lint 修复缺失的 ;

Test

$ eslint ./src --ext .js,.vue,.ts,.tsx --fix && stylelint "src/**/*.less" --fix
=============

WARNING: You are currently running a version of TypeScript which is not officially supported by typescript-estree.

You may find that it works just fine, or you may not.

SUPPORTED TYPESCRIPT VERSIONS: >=3.2.1 <3.6.0

YOUR TYPESCRIPT VERSION: 3.6.3

Please only submit bug reports when using the officially supported version.

=============
✨  Done in 54.03s.