suppress-eslint-errors icon indicating copy to clipboard operation
suppress-eslint-errors copied to clipboard

`// eslint-disable max-lines` not inserted correctly

Open Stan-Stani opened this issue 6 months ago • 0 comments

// eslint-disable max-lines

Has to be put at the very first line of the file for it to have an effect. Currently suppress-eslint-errors inserts it just before the line that exceeds the max-lines number.

Stan-Stani avatar Aug 19 '24 16:08 Stan-Stani