auth-api/tests/node_modules/has-bigints/.eslintrc

10 lines
99 B
Plaintext
Raw Normal View History

2021-06-23 22:30:45 +02:00
{
"root": true,
"extends": "@ljharb",
"rules": {
"operator-linebreak": [2, "before"],
},
}