Is your feature request related to a problem? Please describe.
For bundle was added --component-names-strategy flag that allows create components name by title.
component-name-unique rule doesn't know anything about the title strategy.
Describe the solution you'd like
Need to add a strategy option to the settings for component-name-unique rule and add logic that the lint command knows about component-name-unique by title
Example of configuring rule
rules:
component-name-unique:
schemas: error
parameters: off
responses: warn
requestBodies: warn
strategy: basename # or title
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
For
bundlewas added--component-names-strategyflag that allows create components name by title.component-name-uniquerule doesn't know anything about the title strategy.Describe the solution you'd like
Need to add a
strategyoption to the settings forcomponent-name-uniquerule and add logic that thelintcommand knows aboutcomponent-name-uniqueby titleExample of configuring rule
Describe alternatives you've considered
Additional context