fxa-auth-server/scripts/.eslintrc

10 строки
155 B
Plaintext

{
"plugins": ["fxa"],
"rules": {
"handle-callback-err": 0,
"no-console": 0,
"fxa/async-crypto-random": 0,
"fxa/no-new-buffer": 2
}
}