Skip to content

Commit 747b3ba

Browse files
committed
added more test cases
1 parent 7655554 commit 747b3ba

5 files changed

Lines changed: 1727 additions & 159 deletions

File tree

.eslintrc.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"env": {
3+
"browser": true,
4+
"commonjs": true,
5+
"es2021": true
6+
},
7+
"extends": [
8+
"eslint:recommended"
9+
],
10+
"parserOptions": {
11+
"ecmaVersion": "latest"
12+
},
13+
"rules": {
14+
"semi": [
15+
"error",
16+
"always"
17+
],
18+
"quotes": [
19+
"error",
20+
"double"
21+
]
22+
}
23+
}

0 commit comments

Comments
 (0)