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

@@ -0,0 +1,5 @@
{
"rules": {
"no-cond-assign": 0
}
}