With eslint I've my max line length on 80 and I like this besides for one file where I'd like to organize my exports ASC and the only way to do this with my VS Code plugin is that I have each export on one line.
Default my max line length is 80, how can I make an exception for this one file? Is there an eslint comment for this?