node-ldapjs/test-integration/.eslintrc.js

6 lines
59 B
JavaScript
Raw Normal View History

2020-12-06 17:09:37 +00:00
module.exports = {
rules: {
'no-shadow': 'off'
}
}