Fix bower.json
[dygraphs.git] / .jshintrc
... / ...
CommitLineData
1{
2 "newcap": true,
3 "noarg": true,
4 "shadow": true,
5 "strict": true,
6 "forin": true,
7 "immed": true,
8 "latedef": true,
9 "nonbsp": true,
10 "undef": true,
11
12 "browser": true,
13 "devel": true,
14 "globals": {
15 "DEBUG": true
16 },
17 "maxerr": 100000
18}