UNPKG
eslint-config-mts
Version:
latest (0.0.2)
0.0.2
0.0.1
MLT ESLint 规则
test.hulu.team/eslint/config/alloy
eslint-config-mts
/
nodemon.json
6 lines
(5 loc)
•
108 B
JSON
View Raw
1
2
3
4
5
6
{
"watch"
:
[
"test"
,
"scripts"
]
,
"ext"
:
"js,jsx,ts,tsx,vue,json"
,
"exec"
:
"ts-node scripts/build.ts"
}