asteroidos.org/.jshintrc

15 lines
209 B
Plaintext
Raw Normal View History

2017-06-25 14:39:19 +00:00
{
"esnext": true,
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true
}