UNPKG
@garimpo/client
Version:
latest (3.0.0-beta)
3.0.0-beta
1.1.0-alpha
1.0.1-beta
1.0.1-alpha
1.0.0-beta
1.0.0-alpha
Data extraction made easy
github.com/Garimpo/NodeJSClient
Garimpo/NodeJSClient
@garimpo/client
/
lint-staged.config.js
7 lines
(6 loc)
•
80 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= {
'src/**/*.js'
: [
'eslint --fix'
,
'git add'
, ], }