Merge pull request #852 from t3chguy/max-len

Change max-len 90->120
pull/21833/head
David Baker 2017-05-04 16:24:20 +01:00 committed by GitHub
commit c8b0a15902
1 changed files with 1 additions and 1 deletions

View File

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