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

14 lines
161 B
Plaintext

{
"parserOptions": {
"ecmaVersion": "latest"
},
"extends": [
"standard"
],
"rules": {
"no-labels": ["error", {"allowLoop": true}]
}
}