mox/.jshintrc

13 lines
161 B
Text
Raw Normal View History

2023-01-30 16:27:06 +03:00
{
"esversion": 9,
"asi": true,
"strict": "implied",
"globals": {
"window": true,
"console": true,
"document": true,
"Node": true,
"api": true
}
}