fdc8a7d803c6c2e018e810c02c1c7af26d116fed
[rrr.git] / jshint.config
1 {
2 "camelcase": true,
3 "eqeqeq": true,
4 "indent": 4,
5 "latedef": true,
6 "nonew": true,
7 "trailing": true,
8 "undef": true,
9 "evil": true,
10 "globals": {
11 "module": false
12 }
13 }