Skip to content

Commit

Permalink
Update dependencies, bump version number
Browse files Browse the repository at this point in the history
resolves #1181
resolves #1179
  • Loading branch information
jason0x43 committed Jul 12, 2021
1 parent 4ba563e commit ca3a9d1
Show file tree
Hide file tree
Showing 43 changed files with 27,332 additions and 108,122 deletions.
25 changes: 25 additions & 0 deletions .eslintrc.json
@@ -0,0 +1,25 @@
{
"extends": "./node_modules/@theintern/dev/eslint.config.js",
"rules": {
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-inferrable-types": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-this-alias": "off",
"@typescript-eslint/no-unnecessary-type-assertion": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/restrict-plus-operands": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/triple-slash-reference": "off",
"@typescript-eslint/unbound-method": "off",
"no-case-declarations": "off",
"no-control-regex": "off",
"no-empty": "off",
"no-prototype-builtins": "off",
"no-useless-escape": "off",
"prefer-const": "off",
"prefer-spread": "off"
}
}

0 comments on commit ca3a9d1

Please sign in to comment.