wallet-core/node_modules/extend/.eslintrc

18 lines
397 B
Plaintext
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2017-05-24 15:10:37 +02:00
"root": true,
"extends": "@ljharb",
2016-10-10 03:43:44 +02:00
"rules": {
"complexity": [2, 15],
2017-05-24 15:10:37 +02:00
"eqeqeq": [2, "allow-null"],
"func-name-matching": [1],
2016-10-10 03:43:44 +02:00
"max-depth": [1, 4],
2017-05-24 15:10:37 +02:00
"max-statements": [2, 26],
"no-extra-parens": [1],
"no-magic-numbers": [0],
"no-restricted-syntax": [2, "BreakStatement", "ContinueStatement", "DebuggerStatement", "LabeledStatement", "WithStatement"],
"sort-keys": [0],
2016-10-10 03:43:44 +02:00
}
}