@typescript-eslint/dot-notation is not configured.
This rule extends the base dot-notation rule from ESLint core. It adds:
Support for optionally ignoring computed private and/or protected member access.
Compatibility with TypeScript's noPropertyAccessFromIndexSignature option.
Instead, currently ESLint's dot-notation is applied which may cause conflicts with TypeScript's noPropertyAccessFromIndexSignature option.