Skip to content

Commit

Permalink
Explicitly add line length configuration in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
algomaster99 committed Oct 31, 2019
1 parent 473cc4b commit 8cc183d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rules": {
"max-len": [
"error",
{ "ignoreTemplateLiterals": true, "ignoreUrls": true }
{ "code": 80, "ignoreTemplateLiterals": true, "ignoreUrls": true }
],
"no-tabs": "error"
}
Expand Down

0 comments on commit 8cc183d

Please sign in to comment.