UNPKG
denymount
Version:
latest (2.3.0)
2.3.0
2.3.0-7-executable-path-option-ad65e8ee5e64aafdc30fd406ff82ff618a7d7a9e
2.3.0-7-executable-path-option-2d1f944a481b64ea672a31927839288addccc067
2.2.0
2.1.0
2.0.0
1.0.0
Prevent disks from mounting in OS X
github.com/resin-io-modules/denymount
resin-io-modules/denymount
denymount
/
.eslintrc.json
12 lines
(11 loc)
•
183 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"standard"
,
"rules"
:
{
"semi"
:
[
2
,
"always"
]
,
"space-before-function-paren"
:
[
2
,
"never"
]
,
"padded-blocks"
:
0
}
,
"env"
:
{
"mocha"
:
true
}
}