add event deletion

This commit is contained in:
ennmichael
2023-04-01 14:17:58 +02:00
parent 25c1f48a95
commit cd0aeb46f7
3 changed files with 61 additions and 1 deletions

View File

@ -12,5 +12,6 @@ module.exports = {
rules: {
"require-await": "error",
eqeqeq: "error",
"object-shorthand": "warn",
},
}