This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
2020-11-01 22:46:04 +00:00

13 lines
244 B
Plaintext

{
"rules": {
"array-bracket-newline": 0,
"max-lines-per-function": 0,
"max-params": 0,
"max-nested-callbacks": 0,
"max-statements": 0,
"max-statements-per-line": 0,
"no-invalid-this": 1,
"prefer-promise-reject-errors": 0,
}
}