mox/.jshintrc
Mechiel Lukkien cb229cb6cf
mox!
2023-01-30 14:27:06 +01:00

12 lines
161 B
Text

{
"esversion": 9,
"asi": true,
"strict": "implied",
"globals": {
"window": true,
"console": true,
"document": true,
"Node": true,
"api": true
}
}