Skip to content
New issue

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

Test Quick fix support for tslint warnings #6700

Closed
1 task done
egamma opened this issue May 24, 2016 · 0 comments
Closed
1 task done

Test Quick fix support for tslint warnings #6700

egamma opened this issue May 24, 2016 · 0 comments

Comments

@egamma
Copy link
Member

egamma commented May 24, 2016

  • test on any platform, as single platform is sufficient - *@dbaeumer

There is now support for quick fixing some tslint warnings.
The following warnings are supported:

  • missing semicolon (known issue that light bulb only shows up at the end of the marker)
  • ' should be "
  • " should be '
  • missing white space
  • no trailing white space
  • file should end with a newline

To test:

{
    "rules": {
        "quotemark": [
            true,
            "double"
        ],
        "no-unreachable": true,
        "semicolon": [
            true,
            "always"
        ]
    }
}
@egamma egamma added this to the May 2016 milestone May 24, 2016
@egamma egamma mentioned this issue May 24, 2016
87 tasks
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants