Skip to content

Commit

Permalink
fix: remove comma dangle linting rule
Browse files Browse the repository at this point in the history
  • Loading branch information
mjfwebb committed Feb 21, 2025
1 parent 102aa71 commit 0cb602c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ module.exports = {
project: "./**/tsconfig.json",
},
rules: {
"comma-dangle": "off",
"@typescript-eslint/comma-dangle": [
"error",
{
...commaDangle,
enums: "always-multiline",
generics: "always-multiline",
tuples: "never", // Removed due to conflict with prettier
},
],
"@typescript-eslint/ban-ts-comment": ["error", { "ts-ignore": "allow-with-description" }],
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/no-explicit-any": "off",
Expand Down

0 comments on commit 0cb602c

Please sign in to comment.