feat: Add notification actions

This commit is contained in:
2024-01-26 08:48:27 +01:00
parent 2d2d47f55f
commit 0507722ecf
24 changed files with 1967 additions and 172 deletions

View File

@@ -1,4 +1,5 @@
{
"printWidth": 120,
"singleQuote": false
}
"singleQuote": false,
"plugins": ["./node_modules/prettier-plugin-sort-imports/dist/index.js"]
}