Skip to content

Commit

Permalink
feat(eslint): increase max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgray committed Nov 23, 2023
1 parent 22399b1 commit 3ce114a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
},
"env": {
"es6": true
},
"rules": {
"max-len": [1, {"code": 120}]
}
}

0 comments on commit 3ce114a

Please sign in to comment.