eslint-plugin-vue

v8.1.1
Official ESLint plugin for Vue.js
eslint eslint-plugin eslint-config vue vuejs rules

new

node tools/new-rule.js

tsc

tsc

lint

eslint . --rulesdir eslint-internal-rules

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 . --rulesdir eslint-internal-rules --fix

test:base

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

cover:test

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

docs:build

vuepress build docs

docs:watch

vuepress dev docs

preversion

npm test && git add .

cover:report

nyc report --reporter=html

predocs:build

npm run update

Metadata

  • MIT
  • ^12.22.0 || ^14.17.0 || >=16.0.0
  • Toru Nagashima
  • released 11/18/2021

Downloads