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
From @Slessi on July 16, 2018 13:43
Steps to Reproduce:
Organizing generates the below:
import { EmployeeLeave, EmployeeLeave as EmployeeLeaveResponse, EmployeeLeaveResponses, EmployeeLeaveVariables, EmployeeLeave_employeeLeave, EmployeeLeave_pendingEmployeeLeave, } from '../GraphQL/types';
However, tslint expects the following order:
Note: Don't understand why, but if you have as underscores are ordered last, but if you do not have as, underscores are ordered first?
as
import { EmployeeLeave, EmployeeLeave as EmployeeLeaveResponse, EmployeeLeave_employeeLeave, EmployeeLeave_pendingEmployeeLeave, EmployeeLeaveResponses, EmployeeLeaveVariables, } from '../GraphQL/types';
Does this issue occur when all extensions are disabled?: Yes
Copied from original issue: microsoft/vscode#54393
The text was updated successfully, but these errors were encountered:
Duplicate of #25114.
Sorry, something went wrong.
No branches or pull requests
From @Slessi on July 16, 2018 13:43
Steps to Reproduce:
Organizing generates the below:
However, tslint expects the following order:
Does this issue occur when all extensions are disabled?: Yes
Copied from original issue: microsoft/vscode#54393
The text was updated successfully, but these errors were encountered: