Files
asciidisco.com/build/node_modules/cheerio/.jshintrc
2023-08-01 13:49:46 +02:00

11 lines
148 B
Plaintext

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