Blame view

node_modules/hash-sum/.jshintrc 345 Bytes
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  {
    "curly": true,
    "eqeqeq": true,
    "newcap": true,
    "noarg": true,
    "noempty": true,
    "nonew": true,
    "sub": true,
    "validthis": true,
    "undef": true,
    "trailing": true,
    "boss": true,
    "eqnull": true,
    "strict": true,
    "immed": true,
    "expr": true,
    "latedef": "nofunc",
    "quotmark": "single",
    "indent": 2,
    "node": true
  }