aboutsummaryrefslogtreecommitdiff
path: root/node_modules/qs/test/.eslintrc
blob: c4f52d029dc4f119bef30403c8088a3ac495ff9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
    "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
    }
}