UNPKG
@hitokoto/node-sdk
Version:
latest (1.1.0)
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
hitokoto.cn official node.js sdk.
github.com/hitokoto-osc/node
hitokoto-osc/node
@hitokoto/node-sdk
/
lint-staged.config.js
6 lines
(5 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= {
'src/**.{ts,tsx,js}'
: [
'eslint -c .eslintrc.js'
] }