1
restaurant-search/scrape/node_modules/cheerio/.jshintrc

16 lines
231 B
Plaintext
Raw Normal View History

2014-07-08 04:35:52 +00:00
{
"indent": 2,
"eqnull": true,
"laxbreak": true,
"proto": true,
"undef": true,
"node": true,
"quotmark": "single",
"globals": {
"expect": true,
"it": true,
"describe": true,
"beforeEach": true
}
}