We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should enable the following ESLint rules:
The default for consistent type imports should separate the type imports from the regular imports such as the following:
type
import type { CommonClientOptions, OperationOptions, InternalClientPipelineOptions, } from "@azure/core-client"; import { bearerTokenAuthenticationPolicy } from "@azure/core-rest-pipeline"; import type { TokenCredential } from "@azure/core-auth"; import type { TracingClient} from "@azure/core-tracing"; import { createTracingClient } from "@azure/core-tracing";
The text was updated successfully, but these errors were encountered:
this has been added in October.
Sorry, something went wrong.
jeremymeng
No branches or pull requests
We should enable the following ESLint rules:
The default for consistent type imports should separate the
type
imports from the regular imports such as the following:The text was updated successfully, but these errors were encountered: