Skip to content

Commit

Permalink
Update .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwylie19 authored Dec 4, 2024
1 parent 3f83b2b commit 15083c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@
"project": ["tsconfig.json"],
"ecmaVersion": 2022
},
"overrides": [
{
"files": ["*.ts"],
"excludedFiles": "*.test.ts",
"rules": {
"@typescript-eslint/explicit-function-return-type": "warn"
}
}
],
"rules": {
"@typescript-eslint/no-floating-promises": "warn",
"class-methods-use-this": "warn",
Expand Down

0 comments on commit 15083c8

Please sign in to comment.