Skip to content

Intendation for const variables #850

@RohovDmytro

Description

@RohovDmytro

It's likely that this issued has already raised in the repo, but I could not find it 😞

My proposal is to change aligning of const variables declaration.

Current view:

const locomotive = require('locomotive'),
  Controller = locomotive.Controller;

Desired:

const locomotive = require('locomotive'),
      Controller = locomotive.Controller,

Metadata

Metadata

Assignees

No one assigned

    Labels

    locked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.status:needs discussionIssues needing discussion and a decision to be made before action can be taken

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions