eslint-plugin-vue

v4.7.0
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

preversion

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

Metadata

  • MIT
  • >=4
  • Toru Nagashima
  • released 7/14/2018

Downloads