Skip to content

Commit a0a004c

Browse files
committed
fix: update dependencies
1 parent 87d1bab commit a0a004c

File tree

6 files changed

+17
-20618
lines changed

6 files changed

+17
-20618
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gitignore

.eslintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"project": "./tsconfig.json"
1313
},
1414
"rules": {
15-
"no-console": 0
15+
"no-console": 0,
16+
"@typescript-eslint/no-unnecessary-condition": 0
1617
}
1718
},
1819
{

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
dist
22
node_modules
3+
package-lock.json
34
*.log
45
.*
56
!.babelrc

0 commit comments

Comments
 (0)