1
0
mirror of https://github.com/therootcompany/keyfetch.js.git synced 2025-03-13 12:00:45 +00:00

23 lines
415 B
Plaintext
Raw Normal View History

2021-10-20 18:08:27 -06:00
{
"browser": true,
"node": true,
"esversion": 11,
"curly": true,
"sub": true,
"bitwise": true,
"eqeqeq": true,
"forin": true,
"freeze": true,
"immed": true,
"latedef": "nofunc",
"nonbsp": true,
"nonew": true,
"plusplus": true,
"undef": true,
"unused": "vars",
"strict": true,
"maxdepth": 3,
"maxstatements": 100,
"maxcomplexity": 10
}