remove line length option from .jshintrc

This commit is contained in:
Philipp Borgers 2013-01-24 01:31:35 +01:00
parent 6bc512a71f
commit 61139817b4

View File

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