UNPKG
ad
Version:
latest (0.3.2)
0.3.2
0.3.1
0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
Active Directory API for Node
ad
/
lint-staged.config.js
4 lines
(3 loc)
•
79 B
JavaScript
View Raw
1
2
3
4
module
.
exports
= {
'*.js'
: [
'prettier --write --single-quote'
,
'git add'
] };