Skip to content

Commit

Permalink
remove eslint strictness, too annoying
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBrax committed Feb 28, 2024
1 parent fbe7ab4 commit 31f95ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
"no-throw-literal": "error",
// "import/no-relative-parent-imports": "error",
"no-use-before-define": "warn",
"@typescript-eslint/naming-convention": [
/* "@typescript-eslint/naming-convention": [
"error",
{
selector: "variable",
Expand All @@ -61,7 +61,7 @@ module.exports = {
format: ["PascalCase"],
},
],
"@typescript-eslint/member-ordering": ["warn"],
"@typescript-eslint/member-ordering": ["warn"], */
"@typescript-eslint/explicit-member-accessibility": ["warn"],
"@typescript-eslint/no-base-to-string": "error",
},
Expand Down

0 comments on commit 31f95ab

Please sign in to comment.