# 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.

ESLint editor integrations are useful to check your code in real-time.

Status of Vue.js 3.x supports

This plugin supports the basic syntax of Vue.js 3.0, but the Vue.js 3.0 experimental features <script setup> and <style vars> are not yet supported. Follow #1248 (opens new window) for more details.

# 🚥 Versioning policy

This plugin is following Semantic Versioning (opens new window) and ESLint's Semantic Versioning Policy (opens new window).

# 📰 Changelog

We are using GitHub Releases (opens new window).

# 🔒 License

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

Last Updated: 12/3/2020, 12:39:10 AM