Skip to content

Commit ca3a9d1

Browse files
committed
Update dependencies, bump version number
resolves #1181 resolves #1179
1 parent 4ba563e commit ca3a9d1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+27332
-108122
lines changed

.eslintrc.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"extends": "./node_modules/@theintern/dev/eslint.config.js",
3+
"rules": {
4+
"@typescript-eslint/ban-ts-comment": "off",
5+
"@typescript-eslint/no-empty-function": "off",
6+
"@typescript-eslint/no-empty-interface": "off",
7+
"@typescript-eslint/no-floating-promises": "off",
8+
"@typescript-eslint/no-inferrable-types": "off",
9+
"@typescript-eslint/no-misused-promises": "off",
10+
"@typescript-eslint/no-this-alias": "off",
11+
"@typescript-eslint/no-unnecessary-type-assertion": "off",
12+
"@typescript-eslint/no-var-requires": "off",
13+
"@typescript-eslint/restrict-plus-operands": "off",
14+
"@typescript-eslint/restrict-template-expressions": "off",
15+
"@typescript-eslint/triple-slash-reference": "off",
16+
"@typescript-eslint/unbound-method": "off",
17+
"no-case-declarations": "off",
18+
"no-control-regex": "off",
19+
"no-empty": "off",
20+
"no-prototype-builtins": "off",
21+
"no-useless-escape": "off",
22+
"prefer-const": "off",
23+
"prefer-spread": "off"
24+
}
25+
}

0 commit comments

Comments
 (0)