Hi there! What do you think about adding the ability to sort rules in the disable and enable comments? ```js // Incorrect: /* eslint-disable unicorn/no-process-exit, no-var */ // Correct: /* eslint-disable no-var, unicorn/no-process-exit */ ```