backoffice/node_modules/cheerio/.jshintrc

11 lines
148 B
Plaintext
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"indent": 2,
"eqnull": true,
"laxbreak": true,
"proto": true,
"undef": true,
"unused": true,
"node": true,
"quotmark": "single"
}