mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
Add no-cond-assign rule (#17039)
This commit is contained in:
5
extensions/git/.eslintrc.json
Normal file
5
extensions/git/.eslintrc.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"rules": {
|
||||
"no-cond-assign": 0
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user