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 follows Semantic Versioning. However, please note that we do not follow ESLint's Semantic Versioning Policy. In minor version releases, this plugin may change the sharable configs provided by the plugin or the default behavior of the plugin's rules in order to add features to the plugin. Because we want to add many features to the plugin soon, so that users can easily take advantage of new features in Vue and Nuxt.
According to our policy, any minor update may report more linting errors than the previous release. As such, we recommend using the tilde (~
) in package.json
to guarantee the results of your builds.
📰 Changelog
We are using GitHub Releases.
🔒 License
See the LICENSE file for license rights and limitations (MIT).