Custom jshint configuration.
[string-lerp.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 "unused": "strict"
10 }