Skip to content

Commit

Permalink
fix: inc line width
Browse files Browse the repository at this point in the history
  • Loading branch information
veged committed Dec 15, 2022
1 parent 3c3b39e commit c08f07f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
max_line_length = 100
max_line_length = 120
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"max-len": [
2,
{
"code": 100,
"code": 120,
"ignoreUrls": true,
"ignoreComments": false,
"ignoreRegExpLiterals": true,
Expand Down

0 comments on commit c08f07f

Please sign in to comment.