eslint-plugin-vue

v7.10.0
Official ESLint plugin for Vue.js
eslint eslint-plugin eslint-config vue vuejs rules

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
  • >=8.10
  • Toru Nagashima
  • released 5/29/2021

Downloads