Skip to content

Commit

Permalink
Enforce comma-dangle for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Feb 5, 2021
1 parent 8a1bae7 commit 7cbed9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions typescript.js
Expand Up @@ -39,6 +39,10 @@ module.exports = {
rules: {
...sharedRules(),
...{
"@typescript-eslint/comma-dangle": [
"error",
"always-multiline",
],
"@typescript-eslint/explicit-module-boundary-types": "error",
"@typescript-eslint/no-explicit-any": [
"error",
Expand Down

0 comments on commit 7cbed9c

Please sign in to comment.