Add max line length rule, defaults to 80 chars

This commit is contained in:
Alasdair Smith 2018-02-28 12:15:24 +00:00
parent 6f58c60026
commit 7ea164ef77

View file

@ -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",