You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a rule name contains a '/', the resulting JS does not reference imports, e.g. the output will be formats: ['oas3'] instead of import { oas3 } ....... formats: [oas3].
When a rule name contains a '/', the resulting JS does not reference imports, e.g. the output will be
formats: ['oas3']instead ofimport { oas3 } ....... formats: [oas3].