Skip to content

Commit

Permalink
Merge pull request #65 from ActionsDesk/droidpl/sort-map-emails
Browse files Browse the repository at this point in the history
Sort and map the emails for better reporting
  • Loading branch information
droidpl authored Aug 26, 2021
2 parents ac6d397 + f1189c3 commit ae26b33
Show file tree
Hide file tree
Showing 7 changed files with 1,192 additions and 750 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@
"semi": "off",
"@typescript-eslint/semi": ["error", "never"],
"@typescript-eslint/type-annotation-spacing": "error",
"@typescript-eslint/unbound-method": "error"
"@typescript-eslint/unbound-method": "error",
"i18n-text/no-en": "off"
},
"env": {
"node": true,
Expand Down
Loading

0 comments on commit ae26b33

Please sign in to comment.