eslint-plugin-vue

v9.19.0
Official ESLint plugin for Vue.js
eslint eslint-plugin eslint-config vue vuejs rules

new

node tools/new-rule.js

tsc

tsc

lint

eslint . && markdownlint "**/*.md"

test

nyc npm run test:base -- "tests/integrations/*.js" --timeout 60000

cover

npm run cover:test && npm run cover:report

debug

mocha --inspect "tests/lib/**/*.js" --reporter dot --timeout 60000

start

npm run test:base -- --watch --growl

update

node ./tools/update.js

version

env-cmd -e version npm run update && npm run lint -- --fix && git add .

lint:fix

eslint . --fix && markdownlint "**/*.md" --fix

test:base

mocha "tests/lib/**/*.js" --reporter dot

cover:test

nyc npm run test:base -- --timeout 60000

docs:build

vitepress build docs

docs:watch

vitepress dev docs

preversion

npm test && git add .

cover:report

nyc report --reporter=html

predocs:build

npm run update

Metadata

  • MIT
  • ^14.17.0 || >=16.0.0
  • Toru Nagashima
  • released 11/30/2023

Downloads