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
As I can see in the code here: https://github.com/microsoft/vscode-eslint/blob/master/server/src/eslintServer.ts#L1666-L1680
The actions for disabling are always using // or /*, but in some cases, like with files of type .yaml, a # needs to be used instead of //.
//
/*
.yaml
#
What do you think? Is that a valid use case? If so, I can open a PR ;)
The text was updated successfully, but these errors were encountered:
Actually that does make sense and someone already started to look into this for Coffeescript. So may be you can simply extend the PR https://github.com/microsoft/vscode-eslint/pull/857/files
Sorry, something went wrong.
35f5fb9
No branches or pull requests
As I can see in the code here:
https://github.com/microsoft/vscode-eslint/blob/master/server/src/eslintServer.ts#L1666-L1680
The actions for disabling are always using
//
or/*
, but in some cases, like with files of type.yaml
, a#
needs to be used instead of//
.What do you think? Is that a valid use case? If so, I can open a PR ;)
The text was updated successfully, but these errors were encountered: