TwoToc code
[YouAndWeb_TwoToc] / server / .jshintrc-spec
1 {
2   "extends": ".jshintrc",
3   "globals": {
4     "describe": true,
5     "it": true,
6     "before": true,
7     "beforeEach": true,
8     "after": true,
9     "afterEach": true,
10     "expect": true,
11     "assert": true,
12     "sinon": true
13   }
14 }