Skip to content

Wrong comment position in autofix in meta-property-ordering rule #295

Open
@bmish

Description

@bmish

Before:

module.exports = {
  meta: {
    messages, 
    schema: [], // no options
  },
}

After autofix (comment in wrong position):

module.exports = {
  meta: {
    schema: [],
    messages, // no options
  }
},

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