Skip to content

Commit e45981f

Browse files
committed
chore(lint): add and fix lint
1 parent bc16e06 commit e45981f

File tree

5 files changed

+643
-18
lines changed

5 files changed

+643
-18
lines changed

.eslintrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"root": true,
3+
"extends": [
4+
"plugin:vue-libs/recommended"
5+
],
6+
"env": {
7+
"es6": true,
8+
"amd": true
9+
}
10+
}

0 commit comments

Comments
 (0)