samanthaming / eslint-plugin-next-tick

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ESLint Plugin

This is inspired by the GitLab Repo.

// Valid
this.$nextTick();
nextTick();

// Invalid
wrapper.vm.$nextTick();

About


Languages

Language:JavaScript 100.0%