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
tslintout:
ts/components/user/LoginController.ts[7, 1]: space indentation expected
after running tslint-fix :
ts/components/user/LoginController.ts(7,26): error TS1131: Property or signature expected.
Code before tslint-fix :
export interface ILoginFormData { username: string, password: string }
Code after tslint-fix :
export interface ILoginFormData { username: string,; password: string; }
The text was updated successfully, but these errors were encountered:
Interesting. Could you paste a sample of the code with line numbers from 1?
I've fixed a couple of space indentation issues automatically and they all ran fine.
I plan to spend a lot more time this week and make tslint-fix release ready with 100% code coverage.
Sorry, something went wrong.
No branches or pull requests
tslintout:
after running tslint-fix :
Code before tslint-fix :
Code after tslint-fix :
The text was updated successfully, but these errors were encountered: