mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] lint-staged should lint ts files
This commit is contained in:
parent
be5270dea1
commit
2c3b48ffcd
@ -37,7 +37,7 @@
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{js,vue}": [
|
||||
"*.{ts,tsx,js,vue}": [
|
||||
"eslint",
|
||||
"git add"
|
||||
],
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { use } from '../utils';
|
||||
import { emit, inherit } from '../utils/functional';
|
||||
import { inherit } from '../utils/functional';
|
||||
|
||||
// Types
|
||||
import { CreateElement, RenderContext } from 'vue/types';
|
||||
|
Loading…
x
Reference in New Issue
Block a user