Skip to content

Extend lint/formatting rule to enforce and auto change to code blocks #97

Description

@wiktoriavh

Acceptance Criteria

  • Code Blocks should be enforced.

Example:

// BAD
const foo = () => "foo string";

// GOOD
const foo = () => {
  return "foo string"
}

Originally posted by @wiktoriavh in #85 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    triagedWhen an issue was triaged by the owner and given the green light for implementation.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions