vue/require-typed-object-prop | eslint-plugin-vue (original) (raw)

enforce adding type declarations to object props

📖 Rule Details

Prevent missing type declarations for non-primitive object props in TypeScript projects.

Now loading...

🔧 Options

Nothing.

🔇 When Not To Use It

When you're not using TypeScript in the project.

🚀 Version

This rule was introduced in eslint-plugin-vue v9.16.0

🔍 Implementation