eslint-plugin-vue

v5.2.3
Official ESLint plugin for Vue.js
eslint eslint-plugin eslint-config vue vuejs rules

lint

eslint . --rulesdir eslint-internal-rules

test

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

start

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

update

node ./tools/update.js

pretest

npm run lint

version

npm run lint -- --fix && git add .

test:base

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

docs:build

vuepress build docs

docs:watch

vuepress dev docs

preversion

npm test && npm run update && git add .

Metadata

  • MIT
  • >=6.5
  • Toru Nagashima
  • released 6/24/2019

Downloads