chore: add allowed scopes to commitlint config

This commit is contained in:
Micael Levi (@micalevisk)
2022-05-21 18:31:13 -04:00
parent e6db2b40f6
commit 6a2dc6fab5

View File

@@ -23,6 +23,22 @@
"test",
"sample"
]
],
"scope-enum": [
1,
"always",
[
"common",
"core",
"sample",
"microservices",
"express",
"fastify",
"socket.io",
"ws",
"testing",
"websockets"
]
]
}
}