Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
increase line length
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Jun 4, 2016
1 parent 2cc4bed commit 267c0c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@
"guard-for-in": 0,
"no-restricted-syntax": 0,
"prefer-template": 0,
"prefer-template": 0
"no-console": 0,
"max-len": [
2,
120,
2,
{
"ignoreComments": true
}
]
}
}

0 comments on commit 267c0c4

Please sign in to comment.