Skip to content

Commit

Permalink
Revert "Linting rules"
Browse files Browse the repository at this point in the history
This reverts commit 36d6563.
  • Loading branch information
Mutugiii committed Oct 16, 2024
1 parent ea2649b commit 010cce3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions chatapi/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"@typescript-eslint/semi": ["error", "always"],
"@typescript-eslint/triple-slash-reference": "error",
"@typescript-eslint/type-annotation-spacing": "error",
"array-bracket-spacing": ["error", "always"],
"arrow-body-style": "error",
"arrow-parens": ["error", "always"],
"camelcase": "off",
Expand All @@ -91,7 +90,6 @@
"guard-for-in": "error",
"id-blacklist": ["error", "any", "number", "string", "boolean", "undefined"],
"id-match": "error",
"keyword-spacing": ["error", { "before": true, "after": true }],
"max-len": ["error", { "code": 140 }],
"new-parens": "error",
"no-array-constructor": "error",
Expand Down Expand Up @@ -137,6 +135,5 @@
"spaced-comment": "error",
"use-isnan": "error",
"valid-typeof": "error"

}
}

0 comments on commit 010cce3

Please sign in to comment.