ken_nogi/NodeJS/LDAP/node_modules/ldapjs/test-integration/.eslintrc.js
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

6 lines
59 B
JavaScript

module.exports = {
rules: {
'no-shadow': 'off'
}
}