Commit | Line | Data |
---|---|---|
46fd9089 | 1 | { |
3ce712e6 DV |
2 | "newcap": true, |
3 | "noarg": true, | |
46fd9089 | 4 | "shadow": true, |
3ce712e6 DV |
5 | "strict": true, |
6 | "forin": true, | |
7 | "immed": true, | |
8 | "latedef": true, | |
9 | "nonbsp": true, | |
10 | "undef": true, | |
89fdcedb | 11 | "sub": true, |
3ce712e6 DV |
12 | |
13 | "browser": true, | |
46fd9089 DV |
14 | "devel": true, |
15 | "globals": { | |
3ce712e6 | 16 | "DEBUG": true |
46fd9089 DV |
17 | }, |
18 | "maxerr": 100000 | |
19 | } |