Eslint Plugin Strict Vue Versions Save

Vue eslint plugin with rules to make you code stricter: enforce jsdoc, restrict rootGetters, rootState and more.

v1.0.0

5 years ago
  • Add no-root-store-assets rule
  • Add no-root-store-calls rule

v0.2.0

5 years ago

Make vuex check stricter, to prevent false positives of require-jsdoc:

  • Objects that has only state and getters no more considering as vuex store
  • Vuex store object must contain only valid vuex keys: state, getters, mutations, actions, module and namespaced.

v0.1.1

5 years ago

Add git repo to package.json

v0.1.0

5 years ago

Introduce require-jsdoc rule. The rule requires JSDoc comments for specified nodes. Supported nodes:

  • "VueProps" - each prop should has JSdoc
  • "VuexState" - each action should has JSdoc
  • "VuexActions" - each state property should has JSdoc