Initial commit
[yaffs-website] / node_modules / liftoff / .jshintrc
1 {
2   "undef": true,
3   "unused": true,
4   "node": true,
5   "esnext": true,
6   "expr": true,
7   "globals": {
8     "describe": true,
9     "it": true
10   }
11 }