Skip to content

Enforce line breaks in between types and variables, functions, or classes #335

@mcmire

Description

@mcmire

These should produce violations:

type X = "string";
const foo = "bar";
type X = "string";
const foo = () => {
  // do whatever
}
type X = "string";
function foo() {
  // do whatever
}
type X = "string";
class A {
 // ...
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions