I got around to trying out 11.1.10, and found the following regression:
import { expect } from "chai";
const createTests = () => {
it("test", () => expect(true).to.equal(true));
};
createTests();
It errors with:
4:5 error Expected line break before this statement mocha/consistent-spacing-between-blocks
I checked, this error did not happen on v11.0.0 and on v10