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.

20 lines
217 B
Plaintext
Raw Normal View History

{
"root": true,
"extends": "@ljharb",
"rules": {
"func-name-matching": 0,
"max-statements": [2, 15]
},
"overrides": [
{
"files": ["test.js"],
"rules": {
"no-magic-numbers": 0,
},
},
],
}