Skip to content

Commit

Permalink
fix(eslint): max len 140
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Oct 4, 2019
1 parent 62694a8 commit dc4d41a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
"no-prototype-builtins": "off",
"max-classes-per-file": "off",
"arrow-parens": "off",
"import/prefer-default-export": "off"
"import/prefer-default-export": "off",
"max-len": [
"error",
{
"code": 140
}
]
}
}

0 comments on commit dc4d41a

Please sign in to comment.