File: .jshintrc

package info (click to toggle)
pdf.js 1.0.907%2Bdfsg-1%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 36,472 kB
  • ctags: 8,197
  • sloc: makefile: 41
file content (26 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  // Environments
  "browser": true,
  "devel": true,
  "worker": true,

  // Enforcing
  "maxlen": 80,
  "quotmark": "single",
  "trailing": true,
  "curly": true,
  "undef": true,
  "noarg": true,
  "nonbsp": true,
  "eqeqeq": true,

  // Relaxing
  "boss": true,
  "funcscope": true,
  "globalstrict": true,
  "loopfunc": true,
  "maxerr": 1000,
  "nonstandard": true,
  "sub": true,
  "validthis": true
}