Skip to content
This repository has been archived by the owner on Nov 17, 2019. It is now read-only.

ESLint plugin, extension for eslint-plugin-vue

License

Notifications You must be signed in to change notification settings

sharkykh/eslint-plugin-vue-extra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-plugin-vue-extra

NPM version License

ESLint plugin, extension for eslint-plugin-vue.

Rules

  • component-not-registered - Warn if a component is used in a SFC file without being registered (a.k.a. a globally registered component). Does not support dynamically assigned components.

License

See the LICENSE file for license rights and limitations (MIT).