Skip to content

Commit dceabeb

Browse files
Merge pull request #313 from devops-actions/dependabot/npm_and_yarn/npm-updates-e04d45e235
Bump the npm-updates group with 11 updates
2 parents 4669f5a + 17d98b6 commit dceabeb

File tree

5 files changed

+3088
-1847
lines changed

5 files changed

+3088
-1847
lines changed

.eslintrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"camelcase": "off",
2222
"@typescript-eslint/consistent-type-assertions": "error",
2323
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
24-
"@typescript-eslint/func-call-spacing": ["error", "never"],
2524
"@typescript-eslint/no-array-constructor": "error",
2625
"@typescript-eslint/no-empty-interface": "error",
2726
"@typescript-eslint/no-explicit-any": "error",
@@ -43,8 +42,6 @@
4342
"@typescript-eslint/require-array-sort-compare": "error",
4443
"@typescript-eslint/restrict-plus-operands": "error",
4544
"semi": "off",
46-
"@typescript-eslint/semi": ["error", "never"],
47-
"@typescript-eslint/type-annotation-spacing": "error",
4845
"@typescript-eslint/unbound-method": "error",
4946
"prettier/prettier": ["error", {
5047
"endOfLine": "auto" }

.github/workflows/check-dist.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ name: Check dist folder contents
77

88
on:
99
push:
10-
branches:
11-
- main
1210
paths-ignore:
1311
- '**.md'
1412
pull_request:

dist/main.js

Lines changed: 21 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)