UNPKG
samba-client
Version:
latest (7.2.0)
7.2.0
7.1.2
6.0.0
5.0.2
5.0.1
5.0.0
4.0.0
3.4.0
3.3.0
3.2.0
3.1.1
3.1.0
3.0.0
2.1.0
2.0.0
1.5.0
1.4.0
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
wrapper for smbclient
github.com/eflexsystems/node-samba-client
eflexsystems/node-samba-client
samba-client
/
.eslintrc.js
14 lines
(13 loc)
•
231 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
env:
{
browser:
false
,
node:
true
,
commonjs:
true
,
es2021:
true
, },
extends:
[
"standard"
,
"prettier"
,
"plugin:n/recommended"
],
parserOptions:
{
ecmaVersion:
2020
, },
rules:
{}, }
;