mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Add max line length rule, defaults to 80 chars
This commit is contained in:
parent
6f58c60026
commit
7ea164ef77
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
"expect": true
|
||||
},
|
||||
"rules": {
|
||||
"max-len": "error",
|
||||
|
||||
// Add some chai specific rules
|
||||
"chai-expect/missing-assertion": "error",
|
||||
"chai-expect/terminating-properties": "error",
|
||||
|
|
Loading…
Reference in a new issue