Skip to content

Commit 044da80

Browse files
committed
0 parents  commit 044da80

File tree

9 files changed

+7253
-0
lines changed

9 files changed

+7253
-0
lines changed

.eslintrc.json

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"extends": [ "@tpluscode" ],
3+
"parserOptions": {
4+
"project": "./tsconfig.json"
5+
}
6+
}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

0 commit comments

Comments
 (0)