Copy paste LatexMode tests from v1 and switch assertions to chai
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
"expect": true
|
||||
},
|
||||
"rules": {
|
||||
"max-len": "error",
|
||||
"max-len": ["error", {
|
||||
// Ignore long describe/it test blocks
|
||||
"ignorePattern": "^\\s*(it|describe)\\s*\\(['\"]"
|
||||
}],
|
||||
|
||||
// Add some chai specific rules
|
||||
"chai-expect/missing-assertion": "error",
|
||||
|
||||
Reference in New Issue
Block a user