Skip to content

Commit

Permalink
remove eslint overrides for server.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed Jul 16, 2022
1 parent 7b84fdb commit 630a3d6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,5 @@
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" }],
"@typescript-eslint/no-inferrable-types": "off"
},
"overrides": [
{
"files": ["server.js"],
"rules": {
"no-console": "off",
"@typescript-eslint/no-var-requires": "off"
}
}
]
}
}

0 comments on commit 630a3d6

Please sign in to comment.