Skip to content

Commit b5301a6

Browse files
committed
first commit
0 parents  commit b5301a6

37 files changed

+13473
-0
lines changed

.eslintrc.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"parser": "@typescript-eslint/parser",
3+
"parserOptions": {
4+
"ecmaVersion": "2022",
5+
"sourceType": "module",
6+
"project": "./tsconfig.json"
7+
},
8+
"extends": [
9+
],
10+
"rules": {
11+
"no-var": "error",
12+
"prefer-const": "error",
13+
"no-unused-vars": "error",
14+
"eqeqeq": "error",
15+
"no-eval": "error"
16+
}
17+
}

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
node_modules
2+
.npmrc
3+
.idea
4+
../api/node_modules
5+
../api/node_modules
6+
/bin/
7+
/___automation___.npmrc___

0 commit comments

Comments
 (0)