Skip to content

Commit

Permalink
Linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Oct 16, 2024
1 parent 94ab4f2 commit 36d6563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chatapi/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
"@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 @@ -90,6 +91,7 @@
"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 @@ -135,5 +137,6 @@
"spaced-comment": "error",
"use-isnan": "error",
"valid-typeof": "error"

}
}

0 comments on commit 36d6563

Please sign in to comment.