Skip to content

Commit ffc27f2

Browse files
committed
L3 ending
1 parent de15845 commit ffc27f2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.prettierrc.js

+4
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

+2-2
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)