Skip to content

Commit

Permalink
Merge pull request #6017 from mjfwebb/fix/lts/eslint-error
Browse files Browse the repository at this point in the history
fix: remove comma dangle linting rule (lts)
  • Loading branch information
mjfwebb authored Feb 21, 2025
2 parents 102aa71 + 0cb602c commit d51c0c0
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 d51c0c0

Please sign in to comment.