Merge branch 'winston' of https://github.com/M2Ys4U/KiwiIRC into winston
[KiwiIRC.git] / server / .jshintrc
1 {
2 "node": true,
3 "curly": true,
4 "eqeqeq": true,
5 "immed": true,
6 "indent": 4,
7 "latedef": "nofunc",
8 "newcap": true,
9 "noarg": true,
10 "undef": true,
11 "unused": true,
12 "trailing": true
13 }