auth-api/tests/node_modules/is-bigint/test/.eslintrc
2021-06-23 22:30:45 +02:00

8 lines
127 B
Plaintext

{
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-restricted-properties": 0,
"symbol-description": 0,
}
}