You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: turn some javascript and typescript lint rules back into errors MONGOSH-1508 (#1631)
* bring back no-undef
* remove rule that only required one override
* bring back no-useless-escape
* add comment
* re-enable no-prototype-builtins
* re-enable @typescript-eslint/consistent-type-imports
* re-enable @typescript-eslint/no-unused-vars
* re-enable @typescript-eslint/prefer-regexp-exec
* ticket the remaining eslint warnings that should be errors
* rather just disable no-useless-escape
* remove async promise executor
* reject rather
* not a false positive
* fix new lint errors after merge
0 commit comments