hakurei.app/.jshintrc
2020-09-17 13:50:30 -04:00

12 lines
194 B
Plaintext

{
"browser": true,
"module": true,
"curly": true,
"devel": true,
"esversion": 6,
"freeze": true,
"futurehostile": true,
"strict": "global",
"varstmt": true
}