suppress-eslint-errors
suppress-eslint-errors copied to clipboard
`// eslint-disable max-lines` not inserted correctly
// 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.