Skip to content

Commit c5beadf

Browse files
committed
Update dependencies, bump version number
1 parent 1a28765 commit c5beadf

14 files changed

+23649
-32318
lines changed

.eslintrc.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-floating-promises": "off",
7+
"@typescript-eslint/no-misused-promises": "off",
8+
"@typescript-eslint/no-unnecessary-type-assertion": "off",
9+
"@typescript-eslint/no-var-requires": "off",
10+
"@typescript-eslint/restrict-plus-operands": "off",
11+
"@typescript-eslint/restrict-template-expressions": "off",
12+
"no-empty": "off",
13+
"prefer-const": "off"
14+
}
15+
}

0 commit comments

Comments
 (0)