add initial .jshintrc file

This commit is contained in:
Philipp Borgers 2013-01-21 17:16:23 +01:00
parent f2bf3865dc
commit 43c08bd516

5
.jshintrc Normal file
View File

@ -0,0 +1,5 @@
{
"trailing": true,
"indent": 2,
"maxlen": 80
}