aboutsummaryrefslogtreecommitdiff
path: root/node_modules/express-validator/.jshintrc
blob: 0b4436f10e7a13196760c61fb8bc42036d9a1fd0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "regexdash": true,
    "browser": true,
    "trailing": true,
    "sub": true,
    "curly": true,
    "eqeqeq": true,
    "indent": 4,
    "latedef": "nofunc",
    "newcap": true,
    "unused": true,
    "eqnull": true,
    "bitwise": true,
    "noarg": true,
    "noempty": true,
    "nonew": true,
    "node": true
}