This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/es-to-primitive/test/.eslintrc

10 lines
173 B
Plaintext

{
"rules": {
"array-bracket-newline": 0,
"array-element-newline": 0,
"max-statements-per-line": [2, { "max": 3 }],
"no-magic-numbers": [0],
"sort-keys": [0]
}
}