Const
Recommended config — catches ownership bugs without being overly strict.
require-using
no-use-after-dispose
no-unnecessary-ref
no-array-chain
Recommended config — catches ownership bugs without being overly strict.
require-using: warnno-use-after-dispose: errorno-unnecessary-ref: warnno-array-chain: off