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
TS and JS Grammar Extension version: 0.0.52
Code
import util from "util" import chalk from "chalk" // import const Levels = { 0: { label: "DEBUG", color: chalk.gray.bold }, 1: { label: "INFO ", color: chalk.blueBright.bold }, 2: { label: "WARN ", color: chalk.magenta.bold }, 3: { label: "ERROR", color: chalk.red.bold }, } type Level = keyof typeof Levels //....
This will break coloring if we used // eslint-disable-line no-hoge-import-like comments.
// eslint-disable-line no-hoge-import
The text was updated successfully, but these errors were encountered:
I have noticed that GitHub's syntax highlight is broken in the same way.
Sorry, something went wrong.
e0fffbf
No branches or pull requests
TS and JS Grammar Extension version: 0.0.52
Code
This will break coloring if we used
// eslint-disable-line no-hoge-import
-like comments.The text was updated successfully, but these errors were encountered: