0

i am using un-used imports rule to list all un-used imports from all files. but we have few imports which are un-used but those should stay.

so wondering, is it possible ignore few un-used imports?

this is the rule i am using:

rules: {
        "unused-imports/no-unused-imports": "error",
        "no-unused-vars": "off",
      },
L V Prasad
  • 145
  • 1
  • 2
  • 12

0 Answers0