mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 13:49:54 -06:00
* add formbricks website with blog and docs Co-authored-by: knugget <johannes@knugget.de>
5 lines
63 B
JavaScript
5 lines
63 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ["formbricks"],
|
|
};
|