node-ldapjs/test/.eslintrc.js

10 lines
110 B
JavaScript
Raw Normal View History

2020-12-06 17:09:37 +00:00
module.exports = {
2023-02-21 18:28:58 +00:00
parserOptions: {
ecmaVersion: 'latest'
},
2020-12-06 17:09:37 +00:00
rules: {
'no-shadow': 'off'
}
}