Skip to content

Disable autofix for declaration-block-no-redundant-longhand-properties #332

Open
@ybiquitous

Description

What is the problem you're trying to solve?

We often find autofix bugs for declaration-block-no-redundant-longhand-properties

Currently, implementing autofix for new properties in this rule is challenging.

What solution would you like to see?

How about disabling autofix for this rule?

'declaration-block-no-redundant-longhand-properties': true,

E.g.

'declaration-block-no-redundant-longhand-properties': [true, {disableFix: true}],

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