microservices/auth-service/node_modules/has-symbols/.eslintrc

12 lines
164 B
Text
Raw Normal View History

2025-04-16 10:49:46 -07:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}