UNPKG
obj-extend
Version:
latest (0.1.0)
0.1.0
Extend objects easily in node.js
github.com/mlmorg/obj-extend
mlmorg/obj-extend
obj-extend
/
Makefile
6 lines
(4 loc)
•
111 B
Plain Text
View Raw
1
2
3
4
5
6
lint: find lib -name "*.js" -print0 | xargs -0 \ jslint
--indent
2
--nomen
--vars
--maxlen
80 .PHONY: lint