xp-highscore/.jshintrc
2020-01-24 07:51:48 +01:00

9 lines
92 B
Plaintext

{
"undef": true,
"unused": true,
"esversion": 6,
"node": true,
"globals": {
}
}