suppress-eslint-errors
suppress-eslint-errors copied to clipboard
Output matching indentation
Currently, the default parser always emits spaces for indentation, which is unsightly when the rest of the file uses tabs. Although this can be worked around by invoking a code formatter like prettier after running suppress-eslint-errors, it would be nice if we could skip this step.