UNPKG

undo-redo-vuex

Version:

A Vuex plugin for module namespaced undo and redo functionality. This plugin takes inspiration from and extends the work of [vuex-undo-redo](https://github.com/anthonygore/vuex-undo-redo).

19 lines (14 loc) 270 B
module.exports = { root: true, env: { node: true }, extends: ["plugin:vue/essential", "@vue/prettier", "@vue/typescript"], rules: { "no-console": "off", "no-debugger": "off" }, parserOptions: { parser: "typescript-eslint-parser" } };