Skip to content

Commit ad2b191

Browse files
committed
refactor: remove vue build, update deps, modernize codebase
1 parent 7d5541f commit ad2b191

23 files changed

+3176
-6761
lines changed

.eslintrc

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
2-
"extends": "standard",
2+
"extends": ["plugin:vue-libs/recommended"],
33
"env": {
44
"mocha": true,
55
"node": true
6-
},
7-
"rules": {
8-
"arrow-parens": [2, "as-needed"]
96
}
107
}

0 commit comments

Comments
 (0)