Code Inspections in Vue
This topic lists all JetBrains Rider code inspections available in Vue.
You can toggle specific inspections or change their severity level on the Editor | Inspection Settings | Inspection Severity | Other Languages page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
Data function | Reports a Vue component data property that is not a function. Suggests wrapping an object literal with a function. When defining a component, | |
Duplicate template/script tag | Reports multiple usages of the Vue Component specification indicates that each |