Initial import.
[rrr.git] / tests / 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 }