Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 7ce385d

Browse files
committed
Add lint and coverage tools
1 parent 0a727f6 commit 7ce385d

3 files changed

Lines changed: 1814 additions & 34 deletions

File tree

.eslintrc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"env": {
3+
"commonjs": true,
4+
"es2020": true,
5+
"node": true
6+
},
7+
"extends": "eslint:recommended",
8+
"parserOptions": {
9+
"ecmaVersion": 11
10+
},
11+
"rules": {
12+
"quotes": [ "warn", "single" ]
13+
}
14+
}

0 commit comments

Comments
 (0)