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, | |
11 | ||
12 | "browser": true, | |
46fd9089 DV |
13 | "devel": true, |
14 | "globals": { | |
3ce712e6 | 15 | "DEBUG": true |
46fd9089 DV |
16 | }, |
17 | "maxerr": 100000 | |
18 | } |