alpha
Login
or
Join now
danielroe.dev
/
typed-vuex
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[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
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
style: add prettier config
author
Daniel Roe
date
6 years ago
(Nov 22, 2019, 6:46 PM UTC)
commit
c0512e89
c0512e897bd3e21fb080267af1f281d0a32a1ea1
parent
fddde53c
fddde53c2713da64a45e0a17b28cee828b714655
+5
1 changed file
Expand all
Collapse all
Unified
Split
prettier.config.js
+5
prettier.config.js
View file
Reviewed
···
1
1
+
module.exports = {
2
2
+
semi: false,
3
3
+
singleQuote: true,
4
4
+
trailingComma: 'es5',
5
5
+
}