Add no-cond-assign rule (#17039)

This commit is contained in:
Charles Gagnon
2021-09-09 16:23:18 -07:00
committed by GitHub
parent a3b886d85b
commit 8d3b57cb76
4 changed files with 14 additions and 3 deletions

View File

@@ -10,6 +10,7 @@
"jsdoc"
],
"rules": {
"no-cond-assign": 2,
"@typescript-eslint/no-floating-promises": [
"error",
{