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
|[vue/no-spaces-around-equal-signs-in-attribute](./no-spaces-around-equal-signs-in-attribute.md)| disallow spaces around equal signs in attribute |:wrench:|
121
121
|[vue/no-template-shadow](./no-template-shadow.md)| disallow variable declarations from shadowing variables declared in the outer scope ||
122
+
|[vue/one-component-per-file](./one-component-per-file.md)| enforce that each component should be in its own file ||
122
123
|[vue/prop-name-casing](./prop-name-casing.md)| enforce specific casing for the Prop name in Vue components ||
123
124
|[vue/require-default-prop](./require-default-prop.md)| require default value for props ||
124
125
|[vue/require-prop-types](./require-prop-types.md)| require type definitions in props ||
@@ -222,6 +223,7 @@ Enforce all the rules in this category, as well as all higher priority rules, wi
|[vue/no-spaces-around-equal-signs-in-attribute](./no-spaces-around-equal-signs-in-attribute.md)| disallow spaces around equal signs in attribute |:wrench:|
224
225
|[vue/no-template-shadow](./no-template-shadow.md)| disallow variable declarations from shadowing variables declared in the outer scope ||
226
+
|[vue/one-component-per-file](./one-component-per-file.md)| enforce that each component should be in its own file ||
225
227
|[vue/prop-name-casing](./prop-name-casing.md)| enforce specific casing for the Prop name in Vue components ||
226
228
|[vue/require-default-prop](./require-default-prop.md)| require default value for props ||
227
229
|[vue/require-prop-types](./require-prop-types.md)| require type definitions in props ||
0 commit comments