[READ-ONLY] Mirror of https://github.com/danielroe/typed-vuex. 🏦 A typed store accessor for vanilla Vuex. typed-vuex.roe.dev
hacktoberfest nuxt nuxt-module nuxtjs typescript vue vuejs vuex
0

Configure Feed

Select the types of activity you want to include in your feed.

style: add prettier config

+5
+5
prettier.config.js
··· 1 + module.exports = { 2 + semi: false, 3 + singleQuote: true, 4 + trailingComma: 'es5', 5 + }