modern/.jshintrc
2021-01-17 17:17:19 +01:00

10 lines
161 B
Plaintext
Executable File

{
"esversion": 6,
"browser": true,
"strict": true,
"globals": {
"window": true,
"console": true,
"isMobile": true
}
}