Skip to content

Commit

Permalink
Remove commented parts in the eslint.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Mutugiii committed Jul 19, 2023
1 parent 2af3a1e commit b3632bc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions chatapi/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"@typescript-eslint/comma-spacing": "error",
"@typescript-eslint/consistent-type-assertions": ["error", { "assertionStyle": "as", "objectLiteralTypeAssertions": "allow" }],
"@typescript-eslint/explicit-function-return-type": "off",
// "@typescript-eslint/explicit-member-accessibility": ["error", { "accessibility": "explicit" }],
"@typescript-eslint/indent": ["error", 2],
"@typescript-eslint/member-delimiter-style": ["error", {
"multiline": {
Expand Down Expand Up @@ -61,12 +60,10 @@
{
"selector": "interface",
"format": ["PascalCase"]
// "prefix": ["I"]
},
{
"selector": "class",
"format": ["PascalCase"]
// "suffix": ["Component"]
}
],
"@typescript-eslint/no-empty-interface": "error",
Expand All @@ -93,8 +90,6 @@
"guard-for-in": "error",
"id-blacklist": ["error", "any", "number", "string", "boolean", "undefined"],
"id-match": "error",
// "import/no-deprecated": "warn",
// "import/order": "error",
"max-len": ["error", { "code": 140 }],
"new-parens": "error",
"no-array-constructor": "error",
Expand Down Expand Up @@ -129,7 +124,6 @@
"no-var": "error",
"object-curly-spacing": ["error", "always"],
"object-shorthand": "error",
// "one-var": "error",
"prefer-arrow-callback": "error",
"prefer-const": "error",
"prefer-rest-params": "error",
Expand Down

0 comments on commit b3632bc

Please sign in to comment.