auth-api/tests/node_modules/is-bigint/test/.eslintrc

8 lines
127 B
Plaintext
Raw Normal View History

2021-06-23 22:30:45 +02:00
{
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-restricted-properties": 0,
"symbol-description": 0,
}
}