We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a49ce commit 88ee0e1Copy full SHA for 88ee0e1
.eslintrc.js
@@ -85,7 +85,7 @@ module.exports = {
85
{
86
// Optional rules
87
'max-len': [2, {
88
- code: 80,
+ code: 120,
89
tabWidth: 2,
90
ignoreUrls: true,
91
ignoreTemplateLiterals: true,
tools/check_tidy.py
@@ -44,7 +44,7 @@ def parse_option():
44
45
class StyleChecker(object):
46
47
- column_limit = 80
+ column_limit = 120
48
49
def __init__(self):
50
self.count_lines = 0
0 commit comments