aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngLocale/.jshintrc
blob: baa4101226edfe55643fc662c85f3d30fde87b23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "bitwise": false, /* locale files use bitwise operators */
  "immed": true,
  "newcap": true,
  "noarg": true,
  "noempty": true,
  "nonew": true,
  "trailing": true,
  "maxlen": false, /* locale files are generated from a 3rd party library that has long lines */
  "boss": true,
  "eqnull": true,
  "expr": true,
  "globalstrict": true,
  "laxbreak": true,
  "loopfunc": true,
  "sub": true,
  "undef": true,
  "browser": true,
  "globals": {
    "angular": false
  },
  "-W041": false
}