Skip to content

Commit

Permalink
[trivial] Deleted unecessary eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Jan 12, 2024
1 parent 3cc5137 commit 22b1efe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
}
],
"comma-dangle": ["error", "always-multiline"],
"camelcase": ["error"],
"@typescript-eslint/no-namespace": "off"
"camelcase": ["error"]
}
}

0 comments on commit 22b1efe

Please sign in to comment.