auth-api/tests/node_modules/is-number-object/.eslintrc

10 lines
87 B
Plaintext
Raw Normal View History

2021-06-23 22:30:45 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
},
}