Skip to content

Incorrect indentation allowed on imports #28

@MatthewHerbst

Description

@MatthewHerbst

Version 4.1.0

Current allowed:

const {
  Breakpoints,
  ColumnLayouts,
  Spacing,
  } = VisualDesignConstants;

Expected an error to get us to change to:

const {
  Breakpoints,
  ColumnLayouts,
  Spacing,
} = VisualDesignConstants;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions