Skip to content

[question] silent some rules in vscode config #615

Open
@TheElegantCoding

Description

taking eslint as an example, you can be silent but still fix the rules that you can add to this config

  "eslint.rules.customizations": 
  [
    { "rule": "style/*", "severity": "off", "fixable": true },
  ],

i want to do something similar to silent but still fix the rules of some plugins and other stuff, is this possible?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions