UNPKG
sync-fs
Version:
latest (1.0.1)
1.0.1
Synchronous version of the node.js fs module.
github.com/nathan7/sync-fs
nathan7/sync-fs
sync-fs
/
.jshintrc
9 lines
(8 loc)
•
111 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"asi"
:
true
,
"laxbreak"
:
true
,
"laxcomma"
:
true
,
"node"
:
true
,
"strict"
:
true
,
"newcap"
:
false
}