Skip to content

Commit 916187d

Browse files
committed
L4 starting
1 parent de15845 commit 916187d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.prettierrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
singleQuote: true,
3+
semi: false
4+
}

src/store/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { createStore } from "vuex";
1+
import { createStore } from 'vuex'
22

33
export default createStore({
44
state: {},
55
mutations: {},
66
actions: {},
77
modules: {}
8-
});
8+
})

0 commit comments

Comments
 (0)