Introduction
Official ESLint plugin for Vue.js.
This plugin allows us to check the <template>
and <script>
of .vue
files with ESLint, as well as Vue code in .js
files.
- Finds syntax errors.
- Finds the wrong use of Vue.js Directives.
- Finds the violation for Vue.js Style Guide.
ESLint editor integrations are useful to check your code in real-time.
🚥 Versioning policy
This plugin is following Semantic Versioning and ESLint's Semantic Versioning Policy.
📰 Changelog
We are using GitHub Releases.
🔒 License
See the LICENSE file for license rights and limitations (MIT).