This website requires JavaScript.
Explore
Help
Sign In
verdnatura-mirror
/
node-ldapjs
mirror of
https://github.com/ldapjs/node-ldapjs.git
Watch
0
Star
0
Fork
You've already forked node-ldapjs
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5c6c5dce78
node-ldapjs
/
test
/
.eslintrc.js
10 lines
110 B
JavaScript
Raw
Normal View
History
Unescape
Escape
remove no-shadow rule in tests
2020-12-06 17:09:37 +00:00
module
.
exports
=
{
Replace messages with @ldapjs/messages
2023-02-21 18:28:58 +00:00
parserOptions
:
{
ecmaVersion
:
'latest'
}
,
remove no-shadow rule in tests
2020-12-06 17:09:37 +00:00
rules
:
{
'no-shadow'
:
'off'
}
}