feat(dm): add first / last message date, dm duration and overall messages
This commit is contained in:
parent
bce22b1c7f
commit
e45812534b
12 changed files with 495 additions and 65 deletions
|
@ -107,7 +107,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"ignore": ["dist/**/*.ts", "dist/**", "**/*.mjs", "eslint.config.js", "**/*.js"]
|
||||
"ignore": [
|
||||
"dist/**/*.ts",
|
||||
"dist/**",
|
||||
"**/*.mjs",
|
||||
"eslint.config.js",
|
||||
"**/*.js"
|
||||
]
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue