Website/node_modules/cheerio/.jshintrc
2015-12-03 19:57:30 -05:00

11 lines
148 B
Plaintext

{
"indent": 2,
"eqnull": true,
"laxbreak": true,
"proto": true,
"undef": true,
"unused": true,
"node": true,
"quotmark": "single"
}