This project uses GitHub Releases. 🍻 Contribution Guide Contributing is welcome! See the ESLint Vue Plugin Developer Guide. Working With Rules Be sure to read the official ESLint guide before you start writing a new rule. To see what an abstract syntax tree (AST) of your code looks like...
Rule proposal: vue/no-direct-ref-in-watch #2657 opened Dec 21, 2024 by Revadike The plugin does not function properly when languageOptions.projectService is enabled #2634 opened Dec 1, 2024 by A-kirami 2 tasks done 8 MaybeRefs should be used with unref accepted proposition new rul...
This project uses GitHub Releases. 🍻 Contribution Guide Contribution is welcome! See The ESLint Vue Plugin Developer Guide. Working with Rules Before you start writing a new rule, please read the official ESLint guide. Next, in order to get an idea how does the AST of the code that you...
Bug reports and pull requests are welcome on GitHub athttps://github.com/vue-a11y/eslint-plugin-vuejs-accessibility. The code is available as open source under the terms of theMIT License. 🏆 Credit The work for this plugin was largely based on previous work done oneslint-plugin-vue-a1...
Official ESLint plugin for Vue.js. Contribute to vuejs/eslint-plugin-vue development by creating an account on GitHub.
, "lint:fix": "eslint . --fix", "update": "node ./tools/update.js" }, "author": "rash <rash@rash.codes> (https://rash.codes)", "homepage": "https://github.com/rashfael/eslint-plugin-vue-pug", "repository": "github:rashfael/eslint-plugin-vue-pug", "license": "MIT", ...
Official ESLint plugin for Vue.js. Contribute to vuejs/eslint-plugin-vue development by creating an account on GitHub.
npm install --save-dev eslint@8 eslint-plugin-vue eslint-plugin-vue-pug Usage Most eslint-plugin-vue rules work out of the box with just adding this plugin in your eslint config: module.exports = { extends: [ 'plugin:vue/vue3-recommended', 'plugin:vue-pug/vue3-recommended' ] } ...
eslint-plugin-vuetify This package is for migrating from Vuetify v2 to v3, useeslint-plugin-vuetify@vuetify-2for v1 to v2. Support the maintainer of this plugin: Kael Watts-Deuchar 💿 Install You should haveeslintandeslint-plugin-vueset up first. ...
Official ESLint plugin for Vue.js. Contribute to vuejs/eslint-plugin-vue development by creating an account on GitHub.