piskel/.jshintrc
2013-05-27 01:22:29 +02:00

6 lines
122 B
Plaintext

{
"evil": true,
"asi": true, // tolerate missing ;
"smarttabs": true, // Tolerate mix of space/tabs
"eqnull": true,
}