ESLint: @stylistic/type-annotation-spacing and @stylistic/key-spacing conflict
This is my current eslint config. I am currently using the latest version of ESLint. I would like to be able to use these two rules in combination but they conflict. I also tried to write a custom rule but this also did not work.
Using eslint, how to enforce one parameter per line in interfaces?
We do have @stylistic/object-curly-newline
and @stylistic/object-property-newline
to work with “curly objects”, but they don’t seem to work with interfaces.