1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-03-13 14:30:11 +03:00
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
}
}