Merge pull request #852 from t3chguy/max-len

Change max-len 90->120
This commit is contained in:
David Baker 2017-05-04 16:24:20 +01:00 committed by GitHub
commit c8b0a15902

View File

@ -64,7 +64,7 @@ module.exports = {
// to JSX.
ignorePattern: '^\\s*<',
ignoreComments: true,
code: 90,
code: 120,
}],
"valid-jsdoc": ["warn"],
"new-cap": ["warn"],