pixelnode/node_modules/qs/test/.eslintrc

12 lines
229 B
Plaintext
Raw Permalink Normal View History

2018-04-03 11:42:35 +02:00
{
"rules": {
"consistent-return": 2,
"max-lines": 0,
"max-nested-callbacks": [2, 3],
"max-statements": 0,
"no-extend-native": 0,
"no-magic-numbers": 0,
"sort-keys": 0
}
}