Skip to content

Commit 33d3500

Browse files
author
wangjin
committed
first commit
0 parents  commit 33d3500

File tree

6 files changed

+1262
-0
lines changed

6 files changed

+1262
-0
lines changed

.eslintrc.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"plugins": ["vue"],
3+
"parser": "vue-eslint-parser",
4+
"parserOptions": {
5+
"parser": "babel-eslint",
6+
"ecmaVersion": 6,
7+
"sourceType": "module"
8+
},
9+
"rules": {
10+
"vue/script-indent": [
11+
"error",
12+
4,
13+
{
14+
"switchCase": 1
15+
}
16+
],
17+
"vue/space-infix-ops": [2]
18+
}
19+
}

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
test.vue eol=crlf

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)