We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#9018 #9752
ignoreComments not working with some comments * @type {express.Application} * @returns {void}
rules: indent: ["warn", 4, { "ignoreComments": true }] no-trailing-spaces: ["warn", { "ignoreComments": true }]
If I use the --fix the code brakes.
Bellow more issues after using --fix.